Skip to content

Commit c1ffdaa

Browse files
committed
configure: add arm64/win32 VS18 targets
These were missed in: 6845d72 add support for msvc v145 / VS 2026 armv7 is supported through older SDKs, but can be skipped until there's a need to add it as it's untested. Change-Id: I1a2960e6958761466399cabb608642efd7568a3c
1 parent f38b9de commit c1ffdaa

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ COMPILING THE APPLICATIONS/LIBRARIES:
121121
x86-win32-vs15
122122
x86-win32-vs16
123123
x86-win32-vs17
124+
x86-win32-vs18
124125
x86_64-android-gcc
125126
x86_64-darwin9-gcc
126127
x86_64-darwin10-gcc

configure

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ all_platforms="${all_platforms} arm64-win64-vs16"
112112
all_platforms="${all_platforms} arm64-win64-vs16-clangcl"
113113
all_platforms="${all_platforms} arm64-win64-vs17"
114114
all_platforms="${all_platforms} arm64-win64-vs17-clangcl"
115+
all_platforms="${all_platforms} arm64-win64-vs18"
116+
all_platforms="${all_platforms} arm64-win64-vs18-clangcl"
115117
all_platforms="${all_platforms} armv7-android-gcc" #neon Cortex-A8
116118
all_platforms="${all_platforms} armv7-darwin-gcc" #neon Cortex-A8
117119
all_platforms="${all_platforms} armv7-linux-rvct" #neon Cortex-A8
@@ -153,6 +155,7 @@ all_platforms="${all_platforms} x86-win32-vs14"
153155
all_platforms="${all_platforms} x86-win32-vs15"
154156
all_platforms="${all_platforms} x86-win32-vs16"
155157
all_platforms="${all_platforms} x86-win32-vs17"
158+
all_platforms="${all_platforms} x86-win32-vs18"
156159
all_platforms="${all_platforms} x86_64-android-gcc"
157160
all_platforms="${all_platforms} x86_64-darwin9-gcc"
158161
all_platforms="${all_platforms} x86_64-darwin10-gcc"

0 commit comments

Comments
 (0)