Remove unused osxcross path

This commit is contained in:
Matthew Little
2019-06-04 19:57:44 -04:00
parent 53a9beb350
commit 2b9c22e2b6
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -69,3 +69,4 @@ Cargo.lock
node_modules
osxcross
osxcross*.tar.xz

View File

@@ -29,7 +29,6 @@ fetch_extract_sdk() {
fetch_extract_sdk
rustup target add x86_64-apple-darwin
PATH="$(pwd)/osxcross/target/bin:$PATH" \
PATH="$(pwd)/osxcross/bin:$PATH" \
CC=o64-clang \
CXX=o64-clang++ \