mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-06 19:39:01 +08:00
OSX is used and can't be replaced by macOS yet, revert previous change
This commit is contained in:
parent
d1f5d132c6
commit
d0c26ba4e5
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…
Reference in New Issue
Block a user