Revision 970fe6ec2fa5c195f157338bb8b9b3c8766e00a3 authored by Brad King on 22 February 2017, 21:50:18 UTC, committed by Brad King on 22 February 2017, 21:50:18 UTC
2 parent s 4734c3e + 1dc1301
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top