Skip to content

Instantly share code, notes, and snippets.

@tonisuter
Created October 29, 2016 11:16
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tonisuter/e47267a25b3dcc90fe75a24d3ed2063a to your computer and use it in GitHub Desktop.
Save tonisuter/e47267a25b3dcc90fe75a24d3ed2063a to your computer and use it in GitHub Desktop.
#!/bin/bash
for f in `ls *.gyb`
do
echo "Processing $f"
name=${f%.gyb}
../../../utils/gyb -D CMAKE_SIZEOF_VOID_P=8 -o $name $f --line-directive ""
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment