OSX is used and can't be replaced by macOS yet, revert previous change
This commit is contained in:
parent
d1f5d132c6
commit
d0c26ba4e5
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -66,7 +66,7 @@ case $targetos in
|
||||||
Darwin)
|
Darwin)
|
||||||
darwin=yes
|
darwin=yes
|
||||||
dwarf=4
|
dwarf=4
|
||||||
confvars="$confvars macOS dll=no dwarf=$dwarf"
|
confvars="$confvars OSX dll=no dwarf=$dwarf"
|
||||||
cc=`which cc`
|
cc=`which cc`
|
||||||
cc=`readlink $cc || echo clang`
|
cc=`readlink $cc || echo clang`
|
||||||
tcc_usrinclude="`xcrun --show-sdk-path`/usr/include"
|
tcc_usrinclude="`xcrun --show-sdk-path`/usr/include"
|
||||||
|
|
Loading…
Add table
Reference in a new issue