From 95eff08c5156ff26eedf5df2e5b9d87b830531b8 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 10 Jul 2015 22:31:05 -0700 Subject: [PATCH] fix 'binserver' to 'bin' for premake targetdir --- build3/premake4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)