Skip to content

Commit f1e7425

Browse files
committed
Makefile adjusted.
1 parent 36417a9 commit f1e7425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CROSS=cross build --release
55
default:
66
${BUILD}
77
static:
8-
${FLAGS} ${BUILD}
8+
${FLAGS} ${BUILD} --target x86_64-unknown-linux-musl
99
nightly:
1010
${NIGHTLY_FLAGS} ${BUILD}
1111
windows:

0 commit comments

Comments
 (0)