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: libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: revert .c file change Created 7 years, 11 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 | « libraries/nacl-mounts/nacl-nacl-mounts.sh ('k') | libraries/openssl-1.0.0e/nacl-openssl-1.0.0e.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh
diff --git a/libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh b/libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh
index 5f1c36d7971035e939e45da97beffadc4295ba18..871f36c7f542cdb532266e7fac68901c886cebda 100755
--- a/libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh
+++ b/libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh
@@ -23,7 +23,7 @@ CustomConfigureStep() {
# Defaults to dynamic lib, but newlib can only link statically.
LIB_ARG=
- if [[ ${NACL_GLIBC} == 0 ]]; then
+ if [[ ${NACL_GLIBC} = 0 ]]; then
LIB_ARG="-DLIBTYPE=STATIC"
fi
« no previous file with comments | « libraries/nacl-mounts/nacl-nacl-mounts.sh ('k') | libraries/openssl-1.0.0e/nacl-openssl-1.0.0e.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698