We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d289a commit ca018abCopy full SHA for ca018ab
Makefile
@@ -9,7 +9,8 @@ all: ./build ./webclient ./webserver
9
10
./deps/gyp:
11
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
+ # 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
14
15
./build: ./deps/gyp ./deps/libuv ./deps/http-parser
16
deps/gyp/gyp --depth=. -Goutput_dir=./out -Icommon.gypi --generator-output=./build -Dlibrary=static_library -f make
0 commit comments