From b01d8db282f7971ade728e47a943585eae42f419 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 28 Sep 2022 20:03:18 -0700 Subject: Fix build script for macos aarch64. (#2420) * Fix build script for macos aarch64. * fix1 * Fix2. * update vs files Co-authored-by: Yong He --- .../example-base/example-base.vcxproj | 44 +++++++++++++--------- 1 file changed, 26 insertions(+), 18 deletions(-) (limited to 'build/visual-studio/example-base') diff --git a/build/visual-studio/example-base/example-base.vcxproj b/build/visual-studio/example-base/example-base.vcxproj index bef105477..5288704e0 100644 --- a/build/visual-studio/example-base/example-base.vcxproj +++ b/build/visual-studio/example-base/example-base.vcxproj @@ -9,9 +9,9 @@ Debug x64 - + Debug - ARM + ARM64 Debug aarch64 @@ -21,9 +21,9 @@ Debug aarch64 x64 - + Debug aarch64 - ARM + ARM64 Release @@ -33,9 +33,9 @@ Release x64 - + Release - ARM + ARM64 Release aarch64 @@ -45,9 +45,9 @@ Release aarch64 x64 - + Release aarch64 - ARM + ARM64 @@ -69,12 +69,12 @@ Unicode v142 - + StaticLibrary true Unicode v142 - true + true StaticLibrary @@ -88,12 +88,12 @@ Unicode v142 - + StaticLibrary false Unicode v142 - true + true @@ -104,7 +104,7 @@ - + @@ -113,7 +113,7 @@ - + @@ -129,7 +129,7 @@ example-base .lib - + ..\..\..\bin\windows-aarch64\debug\ ..\..\..\intermediate\windows-aarch64\debug\example-base\ example-base @@ -147,7 +147,7 @@ example-base .lib - + ..\..\..\bin\windows-aarch64\release\ ..\..\..\intermediate\windows-aarch64\release\example-base\ example-base @@ -183,7 +183,7 @@ true - + NotUsing Level3 @@ -192,11 +192,15 @@ ProgramDatabase Disabled MultiThreadedDebug + -arch arm64 %(AdditionalOptions) Windows true + + -arch arm64 %(AdditionalOptions) + @@ -236,7 +240,7 @@ true - + NotUsing Level3 @@ -248,12 +252,16 @@ false true MultiThreaded + -arch arm64 %(AdditionalOptions) Windows true true + + -arch arm64 %(AdditionalOptions) + -- cgit v1.2.3