Skip to content

Commit d1ed78d

Browse files
authored
Update build_apple_frameworks.sh
1 parent 0e331c2 commit d1ed78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_apple_frameworks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ if [[ ${#MODES[@]} -eq 0 ]]; then
168168
MODES=("Release" "Debug")
169169
fi
170170

171-
# echo "Building libraries"
171+
echo "Building libraries"
172172

173173
rm -rf "${OUTPUT_DIR}"
174174
for preset_index in "${!PRESETS[@]}"; do

0 commit comments

Comments
 (0)