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

Unified Diff: examples/games/snes9x/nacl-snes9x.sh

Issue 14172016: Enable glibc shared library support for zlib. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « examples/games/nethack/nacl-nethack.sh ('k') | examples/graphics/xaos/nacl-xaos.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/games/snes9x/nacl-snes9x.sh
diff --git a/examples/games/snes9x/nacl-snes9x.sh b/examples/games/snes9x/nacl-snes9x.sh
index a49b90d59cd18990c8261db93f9d4be2756d539c..441a2615cba1dcb5441db7c25f52abe960a6d82a 100755
--- a/examples/games/snes9x/nacl-snes9x.sh
+++ b/examples/games/snes9x/nacl-snes9x.sh
@@ -16,6 +16,7 @@ PACKAGE_DIR=${PACKAGE_NAME}-src
source ../../../build_tools/common.sh
DOSBOX_EXAMPLE_DIR=${NACL_SRC}/examples/games/snes9x-1.53
+EXECUTABLES=snes9x
CustomConfigureStep() {
Banner "Configuring ${PACKAGE_NAME}"
@@ -80,10 +81,8 @@ CustomPackageInstall() {
DefaultPatchStep
CustomConfigureStep
DefaultBuildStep
- if [ ${NACL_ARCH} = "pnacl" ] ; then
- # NOTE: snes9x has unusual dirnames
- DefaultTranslateStep ${PACKAGE_DIR} unix/snes9x
- fi
+ DefaultTranslateStep
+ DefaultValidateStep
CustomInstallStep
DefaultCleanUpStep
}
« no previous file with comments | « examples/games/nethack/nacl-nethack.sh ('k') | examples/graphics/xaos/nacl-xaos.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698