1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-05 21:06:58 +01:00

CI: Add Boost_INCLUDE_DIR for MSVC build

This commit is contained in:
Jonas Kvinge 2024-06-09 14:00:03 +02:00
parent 45bad3be04
commit 0e27886e28

View File

@ -1289,6 +1289,7 @@ jobs:
-DPKG_CONFIG_EXECUTABLE="${{env.prefix_path_forwardslash}}/bin/pkg-config.exe"
-DICU_ROOT="${{env.prefix_path_forwardslash}}"
-DFFTW3_DIR="${{env.prefix_path_forwardslash}}"
-DBoost_INCLUDE_DIR="${{env.prefix_path_forwardslash}}/include"
- name: Run Make
shell: cmd