summaryrefslogtreecommitdiff
path: root/build3
diff options
context:
space:
mode:
author= <=>2015-07-10 22:31:05 -0700
committer= <=>2015-07-10 22:31:05 -0700
commit95eff08c5156ff26eedf5df2e5b9d87b830531b8 (patch)
tree9e3ebae92d7957a0e46f8dfcf2865bd4c589b3e7 /build3
parent6c9ce344ead7352113d8d73291525e1991cc5c4a (diff)
downloadbullet3-95eff08c5156ff26eedf5df2e5b9d87b830531b8.tar.gz
fix 'binserver' to 'bin' for premake targetdir
Diffstat (limited to 'build3')
-rw-r--r--build3/premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/build3/premake4.lua b/build3/premake4.lua
index 326cadef5..59f4f12c7 100644
--- a/build3/premake4.lua
+++ b/build3/premake4.lua
@@ -129,7 +129,7 @@
-- comment-out for now, URDF reader needs exceptions
-- flags { "NoRTTI", "NoExceptions"}
-- defines { "_HAS_EXCEPTIONS=0" }
- targetdir "../binserver"
+ targetdir "../bin"
location("./" .. act .. postfix)