Chromium Code Reviews| Index: ports/toybox/build.sh |
| diff --git a/ports/toybox/build.sh b/ports/toybox/build.sh |
| index e109f455c40dd55659e997fce9f6320a8cd4a981..8cef95a86edec405d8c9a2f0209813a0b227402a 100644 |
| --- a/ports/toybox/build.sh |
| +++ b/ports/toybox/build.sh |
| @@ -8,7 +8,6 @@ EXECUTABLES="toybox" |
| BUILD_DIR=${SRC_DIR} |
| NACLPORTS_CPPFLAGS+=" -DBYTE_ORDER=LITTLE_ENDIAN" |
| -NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main" |
| NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe" |
| NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}" |
|
binji
2015/10/27 21:52:38
and here
Sam Clegg
2015/10/28 17:06:31
Done.
|