chore: Update version to 1.0.0-a.0 and enable linker option only when not cross compiling

This commit is contained in:
mauro 🤙
2024-07-12 12:46:53 +00:00
parent e1183c0ff4
commit 3c603fea40
3 changed files with 2 additions and 4 deletions

View File

@@ -20,8 +20,6 @@ if ! test "$ZEN_CROSS_COMPILING"; then
fi
ac_add_options --enable-linker=lld
ac_add_options --enable-alsa
ac_add_options --enable-pulseaudio
ac_add_options --enable-strip
fi