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

Unified Diff: ports/ruby/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/ruby/build.sh
diff --git a/ports/ruby/build.sh b/ports/ruby/build.sh
index 16740d3d8548d49b32aafa1714c01f1b560d1fbd..140b3e7a1b5f7f0302cefc8a0b137b8242da7b3b 100644
--- a/ports/ruby/build.sh
+++ b/ports/ruby/build.sh
@@ -49,14 +49,6 @@ ConfigureStep() {
${EXTRA_CONFIGURE_ARGS}
}
-BuildStep() {
- DefaultBuildStep
- if [ $NACL_ARCH == "pnacl" ]; then
- # Just write the x86-64 version out for now.
- TranslateAndWriteLauncherScript ruby.pexe x86-64 ruby.x86-64.nexe ruby
- fi
-}
-
InstallStep() {
DESTDIR=${DESTDIR}/${PREFIX}
DefaultInstallStep
« ports/jpeg6b/build.sh ('K') | « ports/python3/build.sh ('k') | ports/yajl/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698