diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index 6b6e8bbac..db9408a66 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -40,12 +40,6 @@ function bgfxProject(_name, _kind, _defines) "$(DXSDK_DIR)/include", } - configuration { "windows" } - links { - "gdi32", - "psapi", - } - configuration { "xcode4 or osx or ios*" } files { BGFX_DIR .. "src/**.mm", diff --git a/scripts/genie.lua b/scripts/genie.lua index f4dad61ec..278848964 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -111,6 +111,12 @@ function exampleProject(_name) "/DELAYLOAD:\"libGLESv2.dll\"", } + configuration { "windows" } + links { + "gdi32", + "psapi", + } + configuration { "android*" } kind "ConsoleApp" targetextension ".so"