Skip to content

Commit

Permalink
Fix...?
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy committed Feb 23, 2025
1 parent f342885 commit 943d0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gnulinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ jobs:
# Pass -DPhysFS_PREFER_FIND_PACKAGE=ON because we use
# vcpkg for physfs for 32bit
& cmake .. "-DCMAKE_BUILD_TYPE=$Env:BUILD_TYPE -DENABLE_DISCORD=ON " `
"-DCMAKE_INSTALL_MESSAGE=NEVER -DCMAKE_INSTALL_PREFIX=/usr " `
& cmake .. -DCMAKE_BUILD_TYPE="$Env:BUILD_TYPE" -DENABLE_DISCORD=ON `
-DCMAKE_INSTALL_MESSAGE=NEVER -DCMAKE_INSTALL_PREFIX=/usr `
$(if ($Env:32BIT -eq "true") {
"-DCMAKE_TOOLCHAIN_FILE=$Env:VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake "
"-DVCPKG_TARGET_TRIPLET=x86-linux "
Expand Down

0 comments on commit 943d0a7

Please sign in to comment.