Makefile adjusted for MacOS builds.

This commit is contained in:
Ege Balcı
2024-06-19 16:48:57 +02:00
parent 0983682643
commit 608b6dd35f
+2 -2
View File
@@ -17,8 +17,8 @@ linux:
${FLAGS} ${CROSS} --target i686-unknown-linux-musl
${FLAGS} ${CROSS} --target aarch64-unknown-linux-musl
darwin:
${FLAGS} ${BUILD} --target x86_64-apple-darwin
# ${FLAGS} ${BUILD} --target aarch64-apple-darwin
${BUILD} --target x86_64-apple-darwin
${BUILD} --target aarch64-apple-darwin
all: linux windows darwin