* Support x86_64-linux.

svn path=/nixpkgs/trunk/; revision=19193
This commit is contained in:
Eelco Dolstra 2010-01-03 23:19:57 +00:00
parent 3f255b35cd
commit 08b3011953

View File

@ -10,6 +10,6 @@ done
# We add Mesa to the end of $LD_LIBRARY_PATH to provide fallback
# software rendering. GCC is needed so that libgcc_s.so can be found
# when Mesa is used.
makeWrapper $game/ioquake3.i386 $out/bin/quake3 \
makeWrapper $game/ioquake3.* $out/bin/quake3 \
--suffix-each LD_LIBRARY_PATH ':' "$mesa/lib $gcc/lib" \
--add-flags "+set fs_basepath $out +set r_allowSoftwareGL 1"