Skip to content

Commit

Permalink
fuck premake
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent a903d6f commit c338918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ project "sodium-test"
files {
"sodium/**.S"
}
filter { "actions:gmake or gmake2" }
filter { "actions:gmake" }
buildoptions { "-Wno-unused-parameter", "-Wno-unused-function", "-Wno-unknown-pragmas", "-Wno-unused-variable", "-Wno-type-limits" }
filter { "actions:gmake2" }
buildoptions { "-Wno-unused-parameter", "-Wno-unused-function", "-Wno-unknown-pragmas", "-Wno-unused-variable", "-Wno-type-limits" }

project "netcode"
Expand Down

0 comments on commit c338918

Please sign in to comment.