| Index: native_client_sdk/src/build_tools/make_rules.py
|
| diff --git a/native_client_sdk/src/build_tools/make_rules.py b/native_client_sdk/src/build_tools/make_rules.py
|
| index bb9446753882dd5e32e37bf704bfc575171a489e..8c6f00eb73e85907b55de48726800ec9601f5090 100755
|
| --- a/native_client_sdk/src/build_tools/make_rules.py
|
| +++ b/native_client_sdk/src/build_tools/make_rules.py
|
| @@ -42,7 +42,7 @@ WIN_CC?=cl.exe
|
| WIN_CXX?=cl.exe
|
| WIN_LINK?=link.exe
|
| WIN_LIB?=lib.exe
|
| -WIN_CCFLAGS=/I$(NACL_SDK_ROOT)/include -D WIN32 -D _WIN32
|
| +WIN_CCFLAGS=/I$(NACL_SDK_ROOT)/include /I$(NACL_SDK_ROOT)/include/win -D WIN32 -D _WIN32
|
| WIN_LDFLAGS=/LIBPATH:$(NACL_SDK_ROOT)/lib/win_x86_32_host
|
| """
|
|
|
|
|