We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36417a9 commit f1e7425Copy full SHA for f1e7425
Makefile
@@ -5,7 +5,7 @@ CROSS=cross build --release
5
default:
6
${BUILD}
7
static:
8
- ${FLAGS} ${BUILD}
+ ${FLAGS} ${BUILD} --target x86_64-unknown-linux-musl
9
nightly:
10
${NIGHTLY_FLAGS} ${BUILD}
11
windows:
0 commit comments