slightly fixed ps2 build

This commit is contained in:
aap
2020-07-28 16:27:20 +02:00
parent aa627a8f2c
commit 3eedea8285
4 changed files with 15 additions and 12 deletions

View File

@@ -237,7 +237,7 @@ project "ps2test"
libdirs { "$(PS2SDK)/ee/lib" }
links { "librw" }
-- "c -lc" is a hack because we need -lc twice for some reason
links { "c", "kernel", "mf" }
links { "c -lc", "kernel", "mf" }
--project "ps2rastertest"
-- kind "ConsoleApp"