We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea42d7 commit 7255f54Copy full SHA for 7255f54
imagequant-sys/Makefile
@@ -23,7 +23,7 @@ static: $(STATICLIB)
23
java: $(JNILIB)
24
25
$(STATICLIB): Cargo.toml
26
- cargo build --release
+ cargo build --release --lib --target-dir=../target
27
cp ../target/release/libimagequant_sys.a $(STATICLIB)
28
29
$(JNILIB): $(JAVAHEADERS) $(STATICLIB) org/pngquant/PngQuant.c
0 commit comments