Skip to content

Commit

Permalink
fix ccache on windows ans macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Jun 20, 2023
1 parent cb035c9 commit 01efa70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_scripts/Windows/1_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ fi

cd $BUILD_PATH
export NINJA_STATUS="[%p (%f/%t) ] "
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$INSTALL_PATH $SOURCE_PATH
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$INSTALL_PATH $CCACHE $SOURCE_PATH
ninja
ninja install
2 changes: 1 addition & 1 deletion build_scripts/macOS/1_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ fi

cd $BUILD_PATH
export NINJA_STATUS="[%p (%f/%t) ] "
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$INSTALL_PATH $SOURCE_PATH
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$INSTALL_PATH $CCACHE $SOURCE_PATH
ninja
ninja install

0 comments on commit 01efa70

Please sign in to comment.