mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-09-02 23:03:47 +00:00
Start-Process joins ArgumentList entries with spaces, so /DIR=C:\Program Files\OpenSSL reached Inno Setup as /DIR=C:\Program and the install landed there. Linking still succeeded, because the import libraries were present under that path, and the failure surfaced only when gtest_discover_tests ran the test binary: exit code 0xc0000135, DLL not found, since PATH pointed at C:\Program Files\OpenSSL\bin. Quote the value, and assert that the import libraries and runtime DLLs are where we expect before exporting PATH, so a misplaced install fails loudly at the install step instead of quietly at load time.
28 KiB
28 KiB