mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 03:07:42 +00:00
etlegacy: build server and client
This commit is contained in:
parent
9a0d0c1b50
commit
f07f9addb1
@ -95,7 +95,7 @@ in
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
"-DCROSS_COMPILE32=0"
|
||||
"-DBUILD_SERVER=0"
|
||||
"-DBUILD_SERVER=1"
|
||||
"-DBUILD_CLIENT=1"
|
||||
"-DBUNDLED_JPEG=0"
|
||||
"-DBUNDLED_LIBS=0"
|
||||
@ -116,6 +116,7 @@ in
|
||||
ln -s ${pak1} $ETMAIN/pak1.pk3
|
||||
ln -s ${pak2} $ETMAIN/pak2.pk3
|
||||
makeWrapper $out/${mainProgram} $out/bin/${mainProgram} --chdir $out
|
||||
makeWrapper $out/etlded.* $out/bin/etlded --chdir $out
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user