Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1162)

Unified Diff: ports/sdl-tests/build.sh

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Fix according to Brad's comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ports/sdl-tests/build.sh
diff --git a/ports/sdl-tests/build.sh b/ports/sdl-tests/build.sh
index e1ba56bfd1c1b29c757c80aa2cda683ed20a6d51..1ffea448f4e40deaed354a4bf24710454b30e7d6 100644
--- a/ports/sdl-tests/build.sh
+++ b/ports/sdl-tests/build.sh
@@ -28,7 +28,7 @@ InstallStep() {
for NEXE in *${NACL_EXEEXT}; do
LogExecute "${NACL_SDK_ROOT}/tools/create_html.py" ${NEXE}
done
- if [ ${NACL_ARCH} = "pnacl" ]; then
+ if [ ${NACL_ARCH} = "pnacl" || ${NACL_ARCH} = "le32" ]; then
sed -i.bak 's/x-nacl/x-pnacl/' *.html
fi
}
« make_all.sh ('K') | « ports/scummvm/build.sh ('k') | ports/sdl-tests/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698