| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7766bf9 commit 1f7d2e8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1121,6 +1121,7 @@ def host_arch_win(): | |||
| 1121 | 1121 | 'x86' : 'ia32', | |
| 1122 | 1122 | 'arm' : 'arm', | |
| 1123 | 1123 | 'mips' : 'mips', | |
| 1124 | + 'ARM64' : 'arm64' | ||
| 1124 | 1125 | } | |
| 1125 | 1126 | ||
| 1126 | 1127 | return matchup.get(arch, 'ia32') | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -198,7 +198,6 @@ if defined target_arch set configure_flags=%configure_flags% --dest-cpu=%ta | |||
| 198 | 198 | if defined openssl_no_asm set configure_flags=%configure_flags% --openssl-no-asm | |
| 199 | 199 | if defined DEBUG_HELPER set configure_flags=%configure_flags% --verbose | |
| 200 | 200 | if "%target_arch%"=="x86" if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set configure_flags=%configure_flags% --no-cross-compiling | |
| 201 | - if "%target_arch%"=="arm64" set configure_flags=%configure_flags% --cross-compiling | ||
| 202 | 201 | ||
| 203 | 202 | if not exist "%~dp0deps\icu" goto no-depsicu | |
| 204 | 203 | if "%target%"=="Clean" echo deleting %~dp0deps\icu | |
| Back | FazBrowse Home | New Git URL |
0 commit comments