Commit 8a603649 authored by sbc@chromium.org's avatar sbc@chromium.org

[NaCl SDK] lua sample: Clean existing naclports installs before building.

R=binji@chromium.org

Review URL: https://codereview.chromium.org/304393006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273938 0039d316-1c4b-4281-b951-d872f2087c98
parent 170eb114
......@@ -66,8 +66,13 @@ pushd ${NACLPORTS_DIR}
gclient sync -r ${NACLPORTS_REV}
popd
Banner Building lua
pushd ${NACLPORTS_DIR}/src
# Do a 'clean' first, since previous lua build from the naclports bundle
# building might be installed in the toolchain, and that one is built
# without readline support.
make TOOLCHAIN=pnacl clean
make TOOLCHAIN=pnacl lua-ppapi
popd
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment