Skip to content

Commit

Permalink
fixed unsupported utility from build process
Browse files Browse the repository at this point in the history
  • Loading branch information
kmvisscher committed Sep 14, 2016
1 parent 3a7bc2c commit 2f2063c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

project "BSPLib"

kind "Utility"

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

filter { "action:xcode" }
kind "StaticLib"

if zpm.option( "Profiler" ) then
defines "PLOTLIB_USE_ZPM_ANACONDA"
Expand All @@ -19,4 +24,4 @@ project "BSPLib"
zpm.export [[
includedirs "bsp/include/"
flags "C++11"
]]
]]

0 comments on commit 2f2063c

Please sign in to comment.