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

Unified Diff: ports/lua/build.sh

Issue 1556933002: Remove redundant pnacl translations (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 12 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/lua/build.sh
diff --git a/ports/lua/build.sh b/ports/lua/build.sh
index 77fd0bf83767cb8762ce8986488a596c2e6714f7..40bcb9201f3b5801ee6b90d0bbc2bede6f59a559 100644
--- a/ports/lua/build.sh
+++ b/ports/lua/build.sh
@@ -48,14 +48,6 @@ BuildStep() {
}
TestStep() {
- if [[ ${NACL_ARCH} == pnacl ]]; then
- ChangeDir src
- # Just do the x86-64 version for now.
- TranslateAndWriteLauncherScript lua.pexe x86-64 lua.x86-64.nexe lua
- TranslateAndWriteLauncherScript luac.pexe x86-64 luac.x86-64.nexe luac
- ChangeDir ..
- fi
-
# First, run the 'make test' target. This currently just runs
# lua -v.
LogExecute make PLAT=${PLAT} test
« ports/jpeg6b/build.sh ('K') | « ports/jpeg8d/build.sh ('k') | ports/python/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698