| Index: ports/make/build.sh
|
| diff --git a/ports/make/build.sh b/ports/make/build.sh
|
| index 74ae29e7f6a5cbb45efe8d70854ec9fb85bbce2b..ee4bc6803ceea1a7a28f1de758b2e6405b6b701b 100644
|
| --- a/ports/make/build.sh
|
| +++ b/ports/make/build.sh
|
| @@ -4,8 +4,8 @@
|
|
|
| EXECUTABLES=make${NACL_EXEEXT}
|
|
|
| -NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main -Dpipe=nacl_spawn_pipe"
|
| -export LIBS="${NACL_CLI_MAIN_LIB}"
|
| +NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe"
|
| +EnableCliMain
|
|
|
| if [ "${NACL_LIBC}" = "newlib" ]; then
|
| # TODO(sbc): remove once nacl_io implements these.
|
|
|