mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 09:54:19 +02:00
fix sourcemod build
This commit is contained in:
parent
60cac34d4d
commit
3ceff210d1
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ in
|
|||
pname = "sourcemod";
|
||||
version = "1.11";
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-const-int-float-conversion -Wno-error=tautological-overlap-compare";
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-const-int-float-conversion -Wno-error=tautological-overlap-compare -Wno-error=deprecated-non-prototype";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alliedmodders";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue