mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Try with: export PKG_CONFIG
This commit is contained in:
parent
30df174c3d
commit
0816624d23
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
export VELOREN_USERDATA_STRATEGY=executable
|
||||
PKG_CONFIG="/usr/bin/aarch64-linux-gnu-pkg-config" time cargo build --target=aarch64-unknown-linux-gnu --release --no-default-features --features default-publish
|
||||
export PKG_CONFIG="/usr/bin/aarch64-linux-gnu-pkg-config"
|
||||
time cargo build --target=aarch64-unknown-linux-gnu --release --no-default-features --features default-publish
|
||||
# evaluate --bin instead, last time i checked (2021-07-14) it was 2 minutes slower on release (but faster on debug)
|
||||
|
Loading…
Reference in New Issue
Block a user