Skip to content

Commit

Permalink
fix: Hopefully force full configure before packaging/installer
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jan 16, 2024
1 parent c949102 commit b0cbf71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build-companion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ do
cmake --build native -j"${JOBS}" --target libsimulator
done

rm -f CMakeCache.txt native/CMakeCache.txt
cmake --build . --target native-configure
if [ "$(uname)" = "Darwin" ]; then
cmake --build native -j"${JOBS}" --target package
Expand Down

0 comments on commit b0cbf71

Please sign in to comment.