Author: loonycyborg
Date: Sat Sep 13 16:38:22 2008
New Revision: 29437

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29437&view=rev
Log:
Fixed "gettextdir" option.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=29437&r1=29436&r2=29437&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Sat Sep 13 16:38:22 2008
@@ -193,8 +193,8 @@
 
 if env["prereqs"]:
     if env["gettextdir"]:
-        env.AppendUnique(CPPPATH = os.path.join(env["gettextdir"], "include"),
-                         LIBPATH = os.path.join(env["gettextdir"], "lib"),
+        env.AppendUnique(CPPPATH = [os.path.join(env["gettextdir"], 
"include")],
+                         LIBPATH = [os.path.join(env["gettextdir"], "lib")],
                          LIBS = ["intl"])
     conf.CheckCPlusPlus(gcc_version = "3.3") and \
     conf.CheckBoost("iostreams", require_version = "1.33.0") and \


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to