Skip to content

Commit 608b6dd

Browse files
committedJun 19, 2024
Makefile adjusted for MacOS builds.
1 parent 0983682 commit 608b6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ linux:
1717
${FLAGS} ${CROSS} --target i686-unknown-linux-musl
1818
${FLAGS} ${CROSS} --target aarch64-unknown-linux-musl
1919
darwin:
20-
${FLAGS} ${BUILD} --target x86_64-apple-darwin
21-
# ${FLAGS} ${BUILD} --target aarch64-apple-darwin
20+
${BUILD} --target x86_64-apple-darwin
21+
${BUILD} --target aarch64-apple-darwin
2222

2323

2424
all: linux windows darwin

0 commit comments

Comments
 (0)
Please sign in to comment.