mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-30 07:40:41 +00:00
Correct toolchain issues
This commit is contained in:
parent
6958877450
commit
c7ca964a96
@ -1 +1,7 @@
|
||||
clang -target darwin "$@"
|
||||
#!/bin/bash
|
||||
|
||||
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
|
||||
|
||||
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
clang -B $SCRIPTDIR -target darwin "$@"
|
||||
|
@ -1 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
|
||||
|
||||
clang++ -target darwin "$@"
|
||||
|
@ -1 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
llvm-dsymutil-6.0 "$@"
|
||||
|
6
Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
Executable file
6
Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
LD="$SCRIPTDIR/../../../../../build/src/external/cctools-port/cctools/ld64/src/x86_64-apple-darwin11-ld"
|
||||
|
||||
"$LD" "$@"
|
Loading…
Reference in New Issue
Block a user