Skip to content

Commit

Permalink
_boost_RELEASE_ABI_TAG = "-s"
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed May 25, 2024
1 parent beff780 commit 909dca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
$release_name = "karbo-cli-win64-$krb_ver"
mkdir "$build_folder"
cd "$build_folder"
cmake -DBoost_DEBUG=ON -G "Visual Studio 16 2019" -A x64 -Dboost_RELEASE_ABI_TAG=- -DBOOST_ROOT="$env:BOOST_ROOT" -DBOOST_INCLUDE_DIRS="$env:BOOST_ROOT/include" ..
cmake -DBoost_DEBUG=ON -G "Visual Studio 16 2019" -A x64 -D_boost_RELEASE_ABI_TAG=- -DBOOST_ROOT="$env:BOOST_ROOT" -DBOOST_INCLUDE_DIRS="$env:BOOST_ROOT/include" ..
msbuild Karbowanec.sln /p:Configuration=Release /m
cd src\Release
Compress-Archive -Path *.exe -DestinationPath "$release_name.zip"
Expand Down

0 comments on commit 909dca4

Please sign in to comment.