diff options
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r-- | hints/darwin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index ff787fe130..9ff2747428 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -66,7 +66,7 @@ ccflags="${ccflags} -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE"; ccflags="${ccflags} -DINT32_MIN_BROKEN -DINT64_MIN_BROKEN" # cpp-precomp is problematic. -cppflags='-no-precomp'; +cppflags='-traditional-cpp'; # Shared library extension is .dylib. # Bundle extension is .bundle. |