File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Modules/@babylonjs/react-native/windows/scripts Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11Import-Module $PSScriptRoot \Utils.psm1
22
3+ # windows build agents don't support the path lengths required for initializing arcore dependencies,
4+ # so we manually initialize the submodules we need here.
5+ git submodule update -- init " $PSScriptRoot \..\..\submodules\BabylonNative"
6+ Push-Location " $PSScriptRoot \..\..\submodules\BabylonNative"
7+ git submodule update -- init -- recursive " Dependencies\SPIRV-Cross"
8+ git submodule update -- init -- recursive " Dependencies\arcana.cpp"
9+ git submodule update -- init -- recursive " Dependencies\base-n"
10+ git submodule update -- init -- recursive " Dependencies\bgfx.cmake"
11+ git submodule update -- init -- recursive " Dependencies\glslang"
12+ git submodule update -- init -- recursive " Dependencies\xr\Dependencies\OpenXR-SDK"
13+ git submodule update -- init -- recursive " Dependencies\xr\Dependencies\OpenXR-MixedReality"
14+ Pop-Location
15+
316Restore-CMakeProject - Platform " x86"
417Restore-CMakeProject - Platform " x64"
518Restore-CMakeProject - Platform " arm"
You can’t perform that action at this time.
0 commit comments