fix 'binserver' to 'bin' for premake targetdir

This commit is contained in:
=
2015-07-10 22:31:05 -07:00
parent 6c9ce344ea
commit 95eff08c51

View File

@@ -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)