diff options
author | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-20 01:18:12 +0000 |
---|---|---|
committer | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-20 01:18:12 +0000 |
commit | 8fc361adaba001ff8d05475aae642d61b19d3963 (patch) | |
tree | 64e15c59273282f7c647c35236a7ed61eb6f9c3c /native_client_sdk | |
parent | e4c029f76eb948af468a4d11ec0d3272671ddb58 (diff) | |
download | chromium_src-8fc361adaba001ff8d05475aae642d61b19d3963.zip chromium_src-8fc361adaba001ff8d05475aae642d61b19d3963.tar.gz chromium_src-8fc361adaba001ff8d05475aae642d61b19d3963.tar.bz2 |
Fix NaCl SDK
NaCl SDK is not building the windows version of ppapi_main which
makes hello_world_stdio fail on windows.
TBR=binji@chromium.org
Review URL: https://codereview.chromium.org/11871032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/src/examples/hello_world_stdio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/native_client_sdk/src/examples/hello_world_stdio/Makefile b/native_client_sdk/src/examples/hello_world_stdio/Makefile index 31ce7dd..aa8f0f6 100644 --- a/native_client_sdk/src/examples/hello_world_stdio/Makefile +++ b/native_client_sdk/src/examples/hello_world_stdio/Makefile @@ -16,8 +16,7 @@ # to override this, specify TOOLCHAIN=newlib|glibc or CONFIG=Debug|Release on # the make command-line or in this file prior to including common.mk. The # toolchain we use by default will be the first valid one listed -VALID_TOOLCHAINS:=newlib glibc win - +VALID_TOOLCHAINS:=newlib glibc # # Get pepper directory for toolchain and includes. |