Commit 6aef030
Fix build.jl: extract zips into package root, not deps/build
Both zips encode paths relative to the package root (deps/build/gmtvtk.dll,
data/..., src/...) since that's what CPack's install() DESTINATION values
say. Extracting into deps/build/ instead nested everything one level too
deep (deps/build/deps/build/gmtvtk.dll), so the DLL never landed where
libgmtvtk.jl looks for it. Verified by unzipping iGMT-win64-full.zip into
a package-root-rooted dir and confirming deps/build/gmtvtk.dll appears.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent d936a1c commit 6aef030
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments