Commit cb444bf
committed
fix(windows): write DLLs to scripts/windows/build/ to match CMakeLists expectations
The plugin's windows/CMakeLists.txt checks for libstdc++-6.dll at
scripts/windows/build/ and the parent stack_wallet CMakeLists installs
libmwc_wallet.dll from the same directory. download.sh was incorrectly
writing to windows/libs/ instead, causing cmake_install to exit code 1
(MSB3073) because the source file did not exist.1 parent d74b89b commit cb444bf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments