Don't compile pdcurses dynamically, I was wrong, it doesn't export anything at all.
This commit is contained in:
parent
422147207d
commit
c68e5114d1
@ -179,7 +179,7 @@ workspace "iw4x"
|
|||||||
|
|
||||||
-- pdcurses
|
-- pdcurses
|
||||||
project "pdcurses"
|
project "pdcurses"
|
||||||
language "C++"
|
language "C"
|
||||||
includedirs { "./deps/pdcurses/" }
|
includedirs { "./deps/pdcurses/" }
|
||||||
|
|
||||||
files
|
files
|
||||||
@ -191,6 +191,5 @@ workspace "iw4x"
|
|||||||
-- not our code, ignore POSIX usage warnings for now
|
-- not our code, ignore POSIX usage warnings for now
|
||||||
warnings "Off"
|
warnings "Off"
|
||||||
|
|
||||||
kind "SharedLib"
|
-- always build as static lib, as pdcurses doesn't export anything
|
||||||
configuration "*Static"
|
kind "StaticLib"
|
||||||
kind "StaticLib"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user