Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

Commit

Permalink
Update .build.lua
Browse files Browse the repository at this point in the history
StaticLib only
  • Loading branch information
pevisscher committed Sep 16, 2016
1 parent 71c6766 commit 63b0e99
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .build.lua
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@

project "BenchLib"

filter "platforms:Windows"
kind "Utility"

filter "platforms:Unix"
kind "StaticLib"

filter "platforms:Mac"
kind "StaticLib"

filter {}
kind "StaticLib"

if zpm.option( "ProfileMemory" ) then
zpm.export [[
Expand Down

0 comments on commit 63b0e99

Please sign in to comment.