Skip to content

Commit

Permalink
try solve with os filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvisscher committed Sep 14, 2016
1 parent 3a2e002 commit 2f68449
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .build.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@


project "BSPLib"

kind "Utility"

if _ACTION == "xcode4" then
kind "StaticLib"
end


filter "platforms:Windows"
kind "Utility"

filter "platforms:Unix"
kind "StaticLib"

filter "platforms:Mac"
kind "StaticLib"

filter {}

if zpm.option( "Profiler" ) then
defines "PLOTLIB_USE_ZPM_ANACONDA"
Expand Down

0 comments on commit 2f68449

Please sign in to comment.