mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-04 09:05:37 +00:00
Fix shared lib and boost flags in Windows GHA workflows
Before, it was always built with boost and as shared libs.
This commit is contained in:
4
.github/workflows/build_windows.yml
vendored
4
.github/workflows/build_windows.yml
vendored
@ -66,12 +66,12 @@ jobs:
|
||||
if("${{ matrix.libs }}" -eq "shared") {
|
||||
$shared_libs = "ON"
|
||||
} else {
|
||||
$shared_libs = "ON"
|
||||
$shared_libs = "OFF"
|
||||
}
|
||||
if("${{ matrix.fslib }}" -eq "boost") {
|
||||
$use_boost = "ON"
|
||||
} else {
|
||||
$use_boost = "ON"
|
||||
$use_boost = "OFF"
|
||||
}
|
||||
if("${{ matrix.arch }}" -eq "X64") {
|
||||
$triplet = "x64-windows"
|
||||
|
||||
Reference in New Issue
Block a user