| Index: Makefile.nacl
|
| diff --git a/Makefile.nacl b/Makefile.nacl
|
| index 5e1724b5987e22e52d0d7cafd605ecb6a1629430..5eaff47cf9a0a4bc563d1f6d2fc9c24264360372 100644
|
| --- a/Makefile.nacl
|
| +++ b/Makefile.nacl
|
| @@ -91,7 +91,7 @@ $(NACL_MAKEFILES):
|
| CXX=${NACL_CXX} \
|
| LINK=${NACL_LINK} \
|
| PYTHONPATH="$(shell pwd)/tools/generate_shim_headers:$(shell pwd)/build:$(PYTHONPATH)" \
|
| - tools/gyp/gyp --generator-output="${OUTDIR}" build/all.gyp \
|
| - -Ibuild/standalone.gypi --depth=. \
|
| + tools/gyp/gyp --generator-output="${OUTDIR}" gypfiles/all.gyp \
|
| + -Igypfiles/standalone.gypi --depth=. \
|
| -S$(suffix $(basename $@))$(suffix $@) $(GYPFLAGS) \
|
| -Dwno_array_bounds=-Wno-array-bounds
|
|
|