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

Unified Diff: ports/cairo/build.sh

Issue 1260083004: Add needed functions to glibc-compat for pkg (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: fix wrong c++ lib Created 5 years, 5 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 | « PRESUBMIT.py ('k') | ports/glib/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/cairo/build.sh
diff --git a/ports/cairo/build.sh b/ports/cairo/build.sh
index d4a07cbd7a300c56cc46fbf1c090d0c4bfd504a8..1df77ece90bad74a1bd395ff79f8523c0792ae44 100644
--- a/ports/cairo/build.sh
+++ b/ports/cairo/build.sh
@@ -11,7 +11,7 @@ fi
NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-if [ "${NACL_LIBC}" != "glibc"]; then
+if [ "${NACL_LIBC}" != "glibc" ]; then
NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
else
# moved cli_main flags here to alleviate glibc for linker order problems
« no previous file with comments | « PRESUBMIT.py ('k') | ports/glib/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698