mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
improve dev guide and validate guide steps
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
TARGET="x86_64-unknown-linux-musl"
|
||||
TARGET="x86_64-unknown-linux-gnu"
|
||||
|
||||
export RUSTFLAGS="-Ctarget-feature=+crt-static"
|
||||
cd "$(dirname "${0}")/.."
|
||||
|
Reference in New Issue
Block a user