From d3a9580f8f63b2d6403483f2f0787c38313492e8 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Wed, 27 Jan 2016 03:17:31 +0100 Subject: [PATCH] Dynamic pdcurses library. --- premake5.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/premake5.lua b/premake5.lua index ea599a27..581bb776 100644 --- a/premake5.lua +++ b/premake5.lua @@ -191,5 +191,6 @@ workspace "iw4x" -- not our code, ignore POSIX usage warnings for now warnings "Off" - -- always build as static lib, as pdcurses doesn't export anything - kind "StaticLib" + kind "SharedLib" + configuration "*Static" + kind "StaticLib"