Revision 9025bde5c3851f3d30beb08b046587adc92f0ff5 authored by Brad King on 27 January 2022, 21:25:41 UTC, committed by Brad King on 27 January 2022, 21:25:41 UTC
2 parent s fc153c7 + 634587e
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top