From c39c842fe37af92b180d5c277106277635d9ed2f Mon Sep 17 00:00:00 2001 From: Artur Ryt Date: Fri, 9 Aug 2019 13:48:49 +0200 Subject: [PATCH] Fix examples\pybullet\premake4.lua parsing error There is missing } after previous edit (226819), which leads to error when using build_visual_studio_vr_pybullet_double.bat Adding it back fixed the error. --- examples/pybullet/premake4.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pybullet/premake4.lua b/examples/pybullet/premake4.lua index bad84062b..34d829579 100644 --- a/examples/pybullet/premake4.lua +++ b/examples/pybullet/premake4.lua @@ -182,6 +182,7 @@ if not _OPTIONS["no-enet"] then "../../examples/SharedMemory/plugins/collisionFilterPlugin/collisionFilterPlugin.cpp", "../../examples/SharedMemory/plugins/pdControlPlugin/pdControlPlugin.cpp", "../../examples/SharedMemory/plugins/pdControlPlugin/pdControlPlugin.h", + }