Chromium Code Reviews| Index: ports/python3/build.sh |
| diff --git a/ports/python3/build.sh b/ports/python3/build.sh |
| index 065a042adf3e70caf0b0e8b68480e2334d7267e8..2fb3e2e40a710293da7682a37b4b6c972d39f3aa 100644 |
| --- a/ports/python3/build.sh |
| +++ b/ports/python3/build.sh |
| @@ -4,8 +4,6 @@ |
| EXECUTABLES=python${NACL_EXEEXT} |
| -NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main" |
| - |
| # Currently this package only builds on linux. |
| # The build relies on certain host binaries and python's configure |
| # requires us to set --build= as well as --host=. |