]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix typo
authorRudolf Polzer <divverent@xonotic.org>
Sun, 8 Sep 2013 17:19:49 +0000 (19:19 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 8 Sep 2013 17:19:49 +0000 (19:19 +0200)
misc/tools/all/xonotic.subr

index 0e0fd5f05a68887f17626177ab09cc7c2d2ff3e1..63f7efbd7c4811d52ff05f0b55b0935d2aa45d57 100644 (file)
@@ -199,9 +199,9 @@ case "$cmd" in
                                                                #verbose cp "$d0/misc/builddeps/dp.linux64/lib/libgmp".* .libs/
                                                                # FIXME(whoeverwantsto) get rid of this -I flag, as we just can't do this (the directory has other stuff, e.g. jpeg, inside).
                                                                # FIXME(whoeverwantsto) maybe use the cp commands from above again, and load via dlopen again? Needs evaluation of whether they work.
-                                                               export CC="$CC -I../../../../misc/builddeps/dp.linux32/include"
-                                                               export CC="$CC -L../../../../misc/builddeps/dp.linux32/lib"
-                                                               export CC="$CC -Wl,-rpath,../../../../misc/builddeps/dp.linux32/lib"
+                                                               export CC="$CC -I../../../../misc/builddeps/dp.linux64/include"
+                                                               export CC="$CC -L../../../../misc/builddeps/dp.linux64/lib"
+                                                               export CC="$CC -Wl,-rpath,../../../../misc/builddeps/dp.linux64/lib"
                                                                MAKEFLAGS="$MAKEFLAGS DP_LINK_CRYPTO=shared DP_LINK_CRYPTO_RIJNDAEL=shared LIB_CRYPTO=../../../../misc/builddeps/dp.linux64/lib/libd0_blind_id.a LIB_CRYPTO+=../../../../misc/builddeps/dp.linux64/lib/libgmp.a LIB_CRYPTO_RIJNDAEL=../../../../misc/builddeps/dp.linux64/lib/libd0_rijndael.a"
                                                                ;;
                                                        *86)