Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ UpdatePackage schema standard_library "$SdkPath/.schema"

UpdatePackage tools schema_compiler-x86_64-win32 "$SdkPath/.schema_compiler"
UpdatePackage tools schema_compiler-x86_64-macos "$SdkPath/.schema_compiler"
UpdatePackage tools schema_compiler-x86_64-linux "$SdkPath/.schema_compiler"

#Update Mobile SDK
UpdatePackage worker_sdk core-static-fullylinked-arm-ios "$SdkMobilePath/Plugins/Improbable/Core/iOS/arm" "CoreSdkStatic.lib;libCoreSdkStatic.a.pic"
Expand Down
1 change: 0 additions & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ update_package schema standard_library "${SDK_PATH}/.schema"

update_package tools schema_compiler-x86_64-win32 "${SDK_PATH}/.schema_compiler"
update_package tools schema_compiler-x86_64-macos "${SDK_PATH}/.schema_compiler"
update_package tools schema_compiler-x86_64-linux "${SDK_PATH}/.schema_compiler"

#Update Mobile SDK
update_package worker_sdk core-static-fullylinked-arm-ios "${SDK_MOBILE_PATH}/Plugins/Improbable/Core/iOS/arm" "CoreSdkStatic.lib;libCoreSdkStatic.a.pic"
Expand Down