Skip to content

Commit 81edb94

Browse files
committed
Add a warning before we run a ton of sed's
1 parent b1f71ee commit 81edb94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

genbindings.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ else
229229
fi
230230

231231
# Build C++ class methods which call trait methods
232+
echo "Updating C++ header, this may take some time, especially on macOS"
232233
set +x # Echoing every command is very verbose here
233234
OLD_IFS="$IFS"
234235
export IFS=''

0 commit comments

Comments
 (0)