summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2006-06-12 19:56:37 +0000
committerJesse Chappell <jesse@essej.net>2006-06-12 19:56:37 +0000
commiteac4dc101d5b025cfdd59665faf74311809decd8 (patch)
tree4389480792a47017e2846bd1d6b4ffdf7f435ac4 /SConstruct
parentc722a425530916076e187a2685eb8d8a17d666f5 (diff)
added mutable keyword to gints used in glib atomic operations to satisfy compiler on PPC arch. Also moved the needed apple ldflags for making shared libs to a better place.
git-svn-id: svn://localhost/ardour2/trunk@579 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 6 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 1c246f9f66..91db89fcf8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -737,6 +737,12 @@ if env['FPU_OPTIMIZATION']:
# end optimization section
#
+# save off guessed arch element in an env
+#
+env.Append(CONFIG_ARCH=config[config_arch])
+
+
+#
# ARCH="..." overrides all
#