File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
as %(asm_options) %m.s %A } }
16
16
17
17
*cpp:
18
- %{static:%{!dynamic:-D__STATIC__}}%{!static:-D__DYNAMIC__} %{pthread:-D_REENTRANT} -idirafter /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
18
+ %{static:%{!dynamic:-D__STATIC__}}%{!static:-D__DYNAMIC__} %{pthread:-D_REENTRANT} -idirafter /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/usr/local/include
19
19
20
20
*cpp_options:
21
21
%(cpp_unique_options) %1 %{m*} %{std*&ansi&trigraphs} %{W*&pedantic*} %{w} %{f*} %{g*:%{%:debug-level-gt(0):%{g*} %{!fno-working-directory:-fworking-directory}}} %{O*} %{undef} %{save-temps*:-fpch-preprocess}
@@ -36,7 +36,7 @@ cc1 -E %{traditional|traditional-cpp:-traditional-cpp}
36
36
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}} %{!iplugindir*:%{fplugin*:%:find-plugindir()}} %1 %{!Q:-quiet} %{!dumpbase:-dumpbase %B} %{d*} %{m*} %{aux-info*} %{fcompare-debug-second:%:compare-debug-auxbase-opt(%b)} %{!fcompare-debug-second:%{c|S:%{o*:-auxbase-strip %*}%{!o*:-auxbase %b}}}%{!c:%{!S:-auxbase %b}} %{g*} %{O*} %{W*&pedantic*} %{w} %{std*&ansi&trigraphs} %{v:-version} %{pg:-p} %{p} %{f*} %{undef} %{Qn:-fno-ident} %{Qy:} %{-help:--help} %{-target-help:--target-help} %{-version:--version} %{-help=*:--help=%*} %{!fsyntax-only:%{S:%W{o*}%{!o*:-o %b.s}}} %{fsyntax-only:-o %j} %{-param*} %{coverage:-fprofile-arcs -ftest-coverage} %{fdump-scos:-fpreserve-decisions-generic} %{fprofile-arcs|fprofile-generate*|coverage: %{!fprofile-update=single: %{pthread:-fprofile-update=prefer-atomic}}}
37
37
38
38
*cc1plus:
39
- -idirafter /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include
39
+ -idirafter /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/usr/local/include
40
40
41
41
*link_gcc_c_sequence:
42
42
%:version-compare(>= 10.6 mmacosx-version-min= -no_compact_unwind) %{!static:%{!static-libgcc: %:version-compare(>= 10.6 mmacosx-version-min= -lSystem) } } %{fno-pic|fno-PIC|fno-pie|fno-PIE|fapple-kext|mkernel|static|mdynamic-no-pic: %:version-compare(>= 10.7 mmacosx-version-min= -no_pie) } %G %{!nolibc:%L}
@@ -90,7 +90,7 @@ cc1 -E %{traditional|traditional-cpp:-traditional-cpp}
90
90
91
91
92
92
*linker:
93
- collect2 -L/usr/lib
93
+ collect2 -L/usr/lib -L/usr/local/lib
94
94
95
95
*linker_plugin_file:
96
96
You can’t perform that action at this time.
0 commit comments