Clean up cross

trunk
alexis 2022-08-15 22:28:58 -06:00
parent f620e41a31
commit 9d6f5b3883
2 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,7 @@ BDIR_TEST=build_test
meson . "$BDIR_TEST"
meson compile -C "$BDIR_TEST"
meson . "$BDIR" --cross-file meson_cross.txt
meson . "$BDIR" --cross-file meson_cross_avr.txt
for arg in "$@"; do
meson configure -D"$arg" "$BDIR"

View File

@ -1,6 +1,3 @@
[properties]
sys_root = '.atpack/gcc/dev/avr128db64'
[constants]
arch = 'avr'