fix for missing initialization of vert data in ccgDM_copyFinalVertArray
This commit is contained in:
@@ -86,7 +86,7 @@ def makefile_log():
|
||||
make_exe = cmake_cache_var("CMAKE_MAKE_PROGRAM")
|
||||
make_exe_basename = os.path.basename(make_exe)
|
||||
|
||||
if make_exe_basename.startswith("make") or make_exe_basename.startswith("gmake"):
|
||||
if make_exe_basename.startswith(("make", "gmake")):
|
||||
print("running 'make' with --dry-run ...")
|
||||
process = subprocess.Popen([make_exe, "--always-make", "--dry-run", "--keep-going", "VERBOSE=1"],
|
||||
stdout=subprocess.PIPE,
|
||||
|
Reference in New Issue
Block a user