Commit 7f31f3f
committed
Patch GDAL to fix windows_arm64 builds
GDAL dependency was adding `/machine:x64` linker flag for all 64-bit
platforms. On ARM64 this causes linking errors like this:
> fatal error LNK1112: module machine type 'ARM64' conflicts with target machine type 'x64'
The added patch checks for `ARM64` and `AMD64` arches before setting
correct linker arg.
Ref: duckdblabs/duckdb-internal#58911 parent 91a6649 commit 7f31f3f
File tree
2 files changed
+15
-0
lines changed- vcpkg_ports/gdal
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments