From e41f438b0dfb790494125558a1ed6e71989f3e81 Mon Sep 17 00:00:00 2001 From: Paul Balaji Date: Tue, 16 Jul 2019 14:14:59 +0100 Subject: [PATCH] no download linux schema compiler Signed-off-by: Paul Balaji --- init.ps1 | 1 - init.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/init.ps1 b/init.ps1 index 5d6aaae16d..8d1f79631a 100644 --- a/init.ps1 +++ b/init.ps1 @@ -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" diff --git a/init.sh b/init.sh index b648203c60..9e5beefb81 100755 --- a/init.sh +++ b/init.sh @@ -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"