File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -155,17 +155,6 @@ def run(self):
155
155
run ('ninja\\ ninja -C out.gn/x64.release d8' )
156
156
else :
157
157
gypflags = '-Dv8_use_external_startup_data=0 -Dv8_enable_i18n_support=0 -Dv8_enable_inspector=1 -Dwerror=\' \' '
158
- # for some reason, gtest will sometimes fail to build because the weird cmake-gyp bridge generates
159
- # clang calls that exclude the standard header path. we don't need it, skip building it
160
- run ('sed -i "s|\' ../samples/samples.gyp:\\ *\' ,||g" gypfiles/all.gyp' )
161
- run ('sed -i "s|\' ../test/cctest/cctest.gyp:\\ *\' ,||g" gypfiles/all.gyp' )
162
- run ('sed -i "s|\' ../test/fuzzer/fuzzer.gyp:\\ *\' ,||g" gypfiles/all.gyp' )
163
- run ('sed -i "s|\' ../test/unittests/unittests.gyp:\\ *\' ,||g" gypfiles/all.gyp' )
164
- run ('sed -i "s|testing/gmock.gyp ||g" Makefile' )
165
- run ('sed -i "s|testing/gtest.gyp ||g" Makefile' )
166
- run ('sed -i "s|test/unittests/unittests.gyp ||g" Makefile' )
167
- run ('sed -i "s|test/cctest/cctest.gyp ||g" Makefile' )
168
- run ('sed -i "s|test/fuzzer/fuzzer.gyp ||g" Makefile' )
169
158
run ('make GYPFLAGS="{}" CFLAGS=-fPIC CXXFLAGS=-fPIC {} -j{}' .format (gypflags , MODE ,
170
159
multiprocessing .cpu_count ()))
171
160
You can’t perform that action at this time.
0 commit comments