Revision 3c9dec0bdc11a69afcbaa93a0e61dc71cddd5491 authored by Brad King on 29 March 2019, 13:22:46 UTC, committed by Brad King on 29 March 2019, 13:22:46 UTC
1 parent 30159fe
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top