Handle nix patches for V7_7_2 #5285

This commit is contained in:
Thomas Krijnen
2024-09-03 08:52:22 +00:00
parent 3675429385
commit a7925622ed
2 changed files with 16 additions and 0 deletions
+3
View File
@@ -588,6 +588,9 @@ if USE_OCCT and "occ" in targets:
if OCCT_VERSION == "7.7.1":
patches.append("./patches/occt/no_ExpToCasExe.patch")
if OCCT_VERSION == "7.7.2":
patches.append("./patches/occt/no_ExpToCasExe_7_7_2.patch")
if "wasm" in flags:
patches.append("./patches/occt/no_em_js.patch")