Skip to content

Commit ca018ab

Browse files
author
Dane Springmeyer
committed
disable patch for gyp
1 parent d3d289a commit ca018ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ all: ./build ./webclient ./webserver
99

1010
./deps/gyp:
1111
git clone --depth 1 https://chromium.googlesource.com/external/gyp.git ./deps/gyp
12-
cd ./deps/gyp && curl -o issue_292.diff https://codereview.chromium.org/download/issue14887003_1_2.diff && patch pylib/gyp/xcode_emulation.py issue_292.diff
12+
# TODO: patch no longer applies
13+
#cd ./deps/gyp && curl -o issue_292.diff https://codereview.chromium.org/download/issue14887003_1_2.diff && patch pylib/gyp/xcode_emulation.py issue_292.diff
1314

1415
./build: ./deps/gyp ./deps/libuv ./deps/http-parser
1516
deps/gyp/gyp --depth=. -Goutput_dir=./out -Icommon.gypi --generator-output=./build -Dlibrary=static_library -f make

0 commit comments

Comments
 (0)