Skip to content

Commit

Permalink
fixed with if
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvisscher committed Sep 14, 2016
1 parent e2cd6f2 commit 3a2e002
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .build.lua
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@


project "BSPLib"


filter { "action:not xcode4" }
kind "Utility"

kind "Utility"

filter { "action:xcode4" }
if _ACTION == "xcode4" then
kind "StaticLib"

filter {}
end

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

0 comments on commit 3a2e002

Please sign in to comment.