Revision f59513140bf086eda2029c5b4e950fc58216c06e authored by Brad King on 22 July 2016, 13:26:11 UTC, committed by Brad King on 22 July 2016, 13:26:11 UTC
1 parent f19aca6
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top