From: Rudolf Polzer Date: Sun, 8 Sep 2013 17:19:49 +0000 (+0200) Subject: fix typo X-Git-Tag: xonotic-v0.8.0~80 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=af69a7de874832eca1be0c176c3f57d45d8c4e80;p=xonotic%2Fxonotic.git fix typo --- diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index 0e0fd5f0..63f7efbd 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -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)