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

Unified Diff: ports/sdl2-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: Rename exception flag 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/sdl2-tests/build.sh
diff --git a/ports/sdl2-tests/build.sh b/ports/sdl2-tests/build.sh
index 931dca06eb243bacfb87c819d3aa872f1ed56609..319619c10a913424fc07de70c8b3c7d9195802c7 100644
--- a/ports/sdl2-tests/build.sh
+++ b/ports/sdl2-tests/build.sh
@@ -84,7 +84,7 @@ InstallStep() {
for NEXE in ${EXECUTABLES}; do
LogExecute "${NACL_SDK_ROOT}/tools/create_html.py" ${NEXE}
done
- if [ ${NACL_ARCH} = "pnacl" ]; then
+ if [ ${NACL_ARCH} = "pnacl" -o ${NACL_ARCH} = "le32" ]; then
sed -i.bak 's/x-nacl/x-pnacl/' *.html
fi
}

Powered by Google App Engine
This is Rietveld 408576698