Page MenuHome

project_info.py.diff

project_info.py.diff

--- /home/philippo/workspace/Blender_trunk/blender/build_files/cmake/project_info.py
+++ /home/philippo/workspace/Blender_trunk/blender/build_files/cmake/project_info (copy).py
@@ -141,7 +141,7 @@
if sys.platform == "win32":
cmd = 'cmake "%s" -G"Eclipse CDT4 - MinGW Makefiles"' % CMAKE_DIR
else:
- if make_exe_basename.startswith("make"):
+ if make_exe_basename.find("make") != -1:
cmd = 'cmake "%s" -G"Eclipse CDT4 - Unix Makefiles"' % CMAKE_DIR
elif make_exe_basename.startswith("ninja"):
cmd = 'cmake "%s" -G"Eclipse CDT4 - Ninja"' % CMAKE_DIR

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c0/e1/d8e4bf21a51f4dc90b5c97e7d91f

Event Timeline