From a325747dd489287d90c676bfd105d913e713f9b8 Mon Sep 17 00:00:00 2001 From: erwin coumans Date: Tue, 27 Sep 2016 08:33:53 -0700 Subject: [PATCH] pybullet premake, keep extension --- examples/pybullet/premake4.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/pybullet/premake4.lua b/examples/pybullet/premake4.lua index 86b4eedc5..6f684a331 100644 --- a/examples/pybullet/premake4.lua +++ b/examples/pybullet/premake4.lua @@ -3,8 +3,7 @@ project ("pybullet") language "C++" kind "SharedLib" - targetsuffix ("") - targetprefix ("") + includedirs {"../../src", "../../examples", "../../examples/ThirdPartyLibs"} defines {"PHYSICS_IN_PROCESS_EXAMPLE_BROWSER"}