Don't compile pdcurses dynamically, I was wrong, it doesn't export anything at all.

This commit is contained in:
momo5502 2016-01-27 11:03:26 +01:00
parent 422147207d
commit c68e5114d1

View File

@ -179,7 +179,7 @@ workspace "iw4x"
-- pdcurses
project "pdcurses"
language "C++"
language "C"
includedirs { "./deps/pdcurses/" }
files
@ -191,6 +191,5 @@ workspace "iw4x"
-- not our code, ignore POSIX usage warnings for now
warnings "Off"
kind "SharedLib"
configuration "*Static"
kind "StaticLib"
-- always build as static lib, as pdcurses doesn't export anything
kind "StaticLib"