Skip to content

Commit

Permalink
all the build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Sep 18, 2024
1 parent a17b329 commit f3f891d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
mkdir build
cd build
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=$DTARGET
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=$DTARGET -DBOOST_INCLUDE_DIR=$DBOOST_PATH -DNLOHMANN_INCLUDE_DIR=$DNLOHMANN_PATH
cmake --build .
- name: Build windows
Expand All @@ -166,7 +166,7 @@ jobs:
export DNLOHMANN_PATH="C:\msys64\mingw64\include\nlohmann"
export DBOOST_PATH="C:\msys64\mingw64\include\boost"
export DTARGET="include/bitwarden_c.dll"
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=$DTARGET -DBUILD_TESTING=OFF
cmake .. -DNLOHMANN=$DNLOHMANN_PATH -DBOOST=$DBOOST_PATH -DTARGET=$DTARGET
cmake --build .
shell: bash

Expand Down

0 comments on commit f3f891d

Please sign in to comment.