From 47d859958b2e75168a8be3981b4f632cc2d0679f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 20 Aug 2014 21:41:21 -0700 Subject: [PATCH] Added missing linker dependency. --- premake/bgfx.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/premake/bgfx.lua b/premake/bgfx.lua index 9d23a9df5..5b5682bda 100644 --- a/premake/bgfx.lua +++ b/premake/bgfx.lua @@ -38,6 +38,9 @@ function bgfxProject(_name, _uuid, _kind) includedirs { "$(DXSDK_DIR)/include", } + links { + "gdi32", + } configuration { "osx or ios*" } files {