From 41fe9319fda8265ed2c6fb24a68b8ccef0dd6092 Mon Sep 17 00:00:00 2001 From: msv Date: Wed, 7 Apr 2021 15:19:28 +0300 Subject: [PATCH] Changes due to relocation of ASRV source code to bitbucket cloud. --- adm/scripts/wasm_custom.bat | 2 +- adm/scripts/wasm_custom.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adm/scripts/wasm_custom.bat b/adm/scripts/wasm_custom.bat index c7696a0a76..b02fd4c69b 100644 --- a/adm/scripts/wasm_custom.bat +++ b/adm/scripts/wasm_custom.bat @@ -1,5 +1,5 @@ rem Environment configuration template for wasm_build.bat (to be renamed as wasm_custom.bat) -set "EMSDK_ROOT=%aCasSrc%\..\occ-web3d\fips\fips-sdks\emsdk" +set "EMSDK_ROOT=%aCasSrc%\..\asrv-web3d\fips\fips-sdks\emsdk" set "aFreeType=%aCasSrc%\..\3rdparty\freetype-2.7.1-wasm" rem set "aRapidJson=%aCasSrc%\..\3rdparty\rapidjson-1.1.0" rem set "aDraco=%aCasSrc%\..\3rdparty\draco-1.4.1-wasm32" diff --git a/adm/scripts/wasm_custom.sh b/adm/scripts/wasm_custom.sh index 1b23034858..aa3536a873 100644 --- a/adm/scripts/wasm_custom.sh +++ b/adm/scripts/wasm_custom.sh @@ -1,6 +1,6 @@ # environment configuration template for occ_build_wasm.sh (to be renamed as wasm_custom_env.sh) export aFreeType="$aSrcRoot/../3rdparty/freetype-2.7.1-wasm" -export EMSDK_ROOT="$aSrcRoot/../occ-web3d/fips/fips-sdks/emsdk" +export EMSDK_ROOT="$aSrcRoot/../asrv-web3d/fips/fips-sdks/emsdk" # Uncomment to customize building steps #export aBuildRoot=work