Skip to content

Commit

Permalink
Reinstate Debug build now cache is repopulated.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Aug 2, 2024
1 parent 58e6352 commit c827fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ IFS=, ; for config in $CONFIGURATION
do
IFS=$oldifs # Because of ; IFS set above will still be present.
# Build and test
if [ "$config" = "Debug" ]; then continue; fi
#if [ "$config" = "Debug" ]; then continue; fi
echo "Build KTX-Software (macOS $ARCHS $config)"
if [ -n "$MACOS_CERTIFICATES_P12" -a "$config" = "Release" ]; then
cmake --build . --config $config | handle_compiler_output
Expand Down

0 comments on commit c827fba

Please sign in to comment.