diff options
| author | Jérôme Leclercq <[email protected]> | 2024-06-15 14:43:44 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-15 14:43:44 +0200 |
| commit | eb496139081c5a15c8fe606caa869e660e3f1f05 (patch) | |
| tree | bc60d488d0c46b5ce2f597b552e75a8c4d9015f9 | |
| parent | b282d7fbe2f02f1d1433df874f919c997d960505 (diff) | |
Update cmake.lua
| -rw-r--r-- | xmake/modules/package/tools/cmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/cmake.lua b/xmake/modules/package/tools/cmake.lua index 20a425868..2523699a8 100644 --- a/xmake/modules/package/tools/cmake.lua +++ b/xmake/modules/package/tools/cmake.lua @@ -294,7 +294,7 @@ function _get_cmake_system_processor(package) if package:is_plat("windows") then local archs = { x86 = "x86", - x64 = "AMD64" + x64 = "AMD64", x86_64 = "AMD64", arm = "ARM", arm64 = "ARM64" |
