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

Unified Diff: ports/curl/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/curl/build.sh
diff --git a/ports/curl/build.sh b/ports/curl/build.sh
index f519260f53e93b0db9648600233bbd06e5a46cc7..8b24a5763eb5f82b106485b43fc97e1becaf213c 100644
--- a/ports/curl/build.sh
+++ b/ports/curl/build.sh
@@ -35,14 +35,6 @@ PublishStep() {
EXECUTABLE_DIR=.
fi
- if [ "${NACL_ARCH}" = "pnacl" ]; then
- # Just set up the x86-64 version for now.
- local pexe="${EXECUTABLE_DIR}/curl${NACL_EXEEXT}"
- (cd src;
- TranslateAndWriteLauncherScript ${pexe} x86-64 curl.x86-64.nexe curl
- )
- fi
-
MakeDir ${PUBLISH_DIR}
local exe=${PUBLISH_DIR}/curl_${NACL_ARCH}${NACL_EXEEXT}

Powered by Google App Engine
This is Rietveld 408576698