Add a warning before we run a ton of sed's
authorMatt Corallo <git@bluematt.me>
Mon, 16 May 2022 18:51:35 +0000 (18:51 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 16 May 2022 18:51:35 +0000 (18:51 +0000)
genbindings.sh

index 155269b39f06f91afe8e38f2b47be2fb07f7ccf6..5586569cec5b5069b94a401076263273de05c303 100755 (executable)
@@ -229,6 +229,7 @@ else
 fi
 
 # Build C++ class methods which call trait methods
+echo "Updating C++ header, this may take some time, especially on macOS"
 set +x # Echoing every command is very verbose here
 OLD_IFS="$IFS"
 export IFS=''