Skip to content

Commit

Permalink
Force --exec-prefix to C:\Boost
Browse files Browse the repository at this point in the history
lib was installed under C:\python instead of C:\Boost
  • Loading branch information
beenje committed Nov 7, 2024
1 parent ec046c0 commit 70b0bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ build:
build_script:
- cmd: cd C:/projects/boost_build/boost_%BOOST_VERSION_UNDERSCORED%
# static libraries
- cmd: b2 -j4 --with-python variant=release toolset=msvc-%MSVCVERSION% address-model=%ADDR_MODEL% threading=multi link=static runtime-link=static install
- cmd: b2 -j4 --with-python variant=release toolset=msvc-%MSVCVERSION% address-model=%ADDR_MODEL% threading=multi link=static runtime-link=static install --exec-prefix=C:\Boost
# shared libraries
- cmd: b2 -j4 --with-python variant=release toolset=msvc-%MSVCVERSION% address-model=%ADDR_MODEL% threading=multi link=shared runtime-link=shared install
- cmd: b2 -j4 --with-python variant=release toolset=msvc-%MSVCVERSION% address-model=%ADDR_MODEL% threading=multi link=shared runtime-link=shared install --exec-prefix=C:\Boost

after_build:
- cmd: cd C:/boost
Expand Down

0 comments on commit 70b0bb3

Please sign in to comment.