opencascade-7.6.3

This commit is contained in:
Rmys
2022-07-30 01:34:48 +03:00
parent d17f33a7f5
commit 3942711945
7 changed files with 1 additions and 37 deletions
@@ -0,0 +1,12 @@
diff -up opencascade-7.6.0/adm/templates/custom.build.sh.in.omv~ opencascade-7.6.0/adm/templates/custom.build.sh.in
--- opencascade-7.6.0/adm/templates/custom.build.sh.in.omv~ 2022-01-12 04:05:12.227180642 +0100
+++ opencascade-7.6.0/adm/templates/custom.build.sh.in 2022-01-12 04:06:30.088406684 +0100
@@ -1,6 +1,6 @@
#!/bin/bash
-if [ "$1" == "@BIN_LETTER@" ]; then
+if true; then
if [ "$2" == "@COMPILER_BITNESS@" ]; then
# set environment variables used by OCCT
export CSF_FPE=@BUILD_ENABLE_FPE_SIGNAL_HANDLER@
diff -up opencascade-7.6.0/adm/templates/env.sh.omv~ opencascade-7.6.0/adm/templates/env.sh