Revision a0c539b5460da283433976053ea181f07fcea32e authored by Brad King on 18 October 2016, 18:24:34 UTC, committed by Brad King on 18 October 2016, 18:24:34 UTC
2 parent s 0749991 + 9af881d
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top