mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
* Support x86_64-linux.
svn path=/nixpkgs/trunk/; revision=19193
This commit is contained in:
parent
3f255b35cd
commit
08b3011953
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user