mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-04-30 20:52:16 +08:00
Remove unused osxcross path
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -69,3 +69,4 @@ Cargo.lock
|
|||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
osxcross
|
osxcross
|
||||||
|
osxcross*.tar.xz
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ fetch_extract_sdk() {
|
|||||||
fetch_extract_sdk
|
fetch_extract_sdk
|
||||||
rustup target add x86_64-apple-darwin
|
rustup target add x86_64-apple-darwin
|
||||||
|
|
||||||
PATH="$(pwd)/osxcross/target/bin:$PATH" \
|
|
||||||
PATH="$(pwd)/osxcross/bin:$PATH" \
|
PATH="$(pwd)/osxcross/bin:$PATH" \
|
||||||
CC=o64-clang \
|
CC=o64-clang \
|
||||||
CXX=o64-clang++ \
|
CXX=o64-clang++ \
|
||||||
|
|||||||
Reference in New Issue
Block a user