Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit d853673

Browse files
author
Paul Balaji
authored
Stop linux schema compiler overriding mac one (#1036)
1 parent c386c36 commit d853673

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

init.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ UpdatePackage schema standard_library "$SdkPath/.schema"
2828

2929
UpdatePackage tools schema_compiler-x86_64-win32 "$SdkPath/.schema_compiler"
3030
UpdatePackage tools schema_compiler-x86_64-macos "$SdkPath/.schema_compiler"
31-
UpdatePackage tools schema_compiler-x86_64-linux "$SdkPath/.schema_compiler"
3231

3332
#Update Mobile SDK
3433
UpdatePackage worker_sdk core-static-fullylinked-arm-ios "$SdkMobilePath/Plugins/Improbable/Core/iOS/arm" "CoreSdkStatic.lib;libCoreSdkStatic.a.pic"

init.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ update_package schema standard_library "${SDK_PATH}/.schema"
3333

3434
update_package tools schema_compiler-x86_64-win32 "${SDK_PATH}/.schema_compiler"
3535
update_package tools schema_compiler-x86_64-macos "${SDK_PATH}/.schema_compiler"
36-
update_package tools schema_compiler-x86_64-linux "${SDK_PATH}/.schema_compiler"
3736

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

0 commit comments

Comments
 (0)