Skip to content

Commit

Permalink
i have no idea
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent 2a83dba commit da55b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build (gmake)
if: runner.os != 'Windows'
run: |
premake5 gmake2
premake5 gmake
make clean
make all config=${{ matrix.configuration }}
Expand Down
3 changes: 1 addition & 2 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ project "sodium-test"
}
filter { "action:gmake" }
buildoptions { "-Wno-unused-parameter", "-Wno-unused-function", "-Wno-unknown-pragmas", "-Wno-unused-variable", "-Wno-type-limits" }
filter { "action:gmake2" }
buildoptions { "-Wno-unused-parameter", "-Wno-unused-function", "-Wno-unknown-pragmas", "-Wno-unused-variable", "-Wno-type-limits" }

project "netcode"
kind "StaticLib"
language "C"
defines { "NETCODE_ENABLE_TESTS=1" }
files { "netcode/netcode.c", "netcode/netcode.h" }
links { "sodium-test", "tlsf", "reliable" }

project "reliable"
kind "StaticLib"
Expand Down

0 comments on commit da55b1f

Please sign in to comment.