0024888: Refactoring of OCCT CMake meta-project
[occt.git] / adm / templates / env.sh.in
index 4915aca..b425cc3 100644 (file)
@@ -8,7 +8,7 @@ fi
 
 # Read script arguments
 shopt -s nocasematch
-export CASDEB="@BUILD_SUFFIX@";
+export CASDEB="@BUILD_POSTFIX@";
 if [[ "$1" == "debug" ]]; then export CASDEB="d"; fi
 if [[ "$1" == "d" ]]; then export CASDEB="d"; fi
 shopt -u nocasematch