Revision 48ea2ce5041e550dd9997494aef87a3fb6212580 authored by Brad King on 02 November 2022, 17:28:52 UTC, committed by Brad King on 02 November 2022, 17:28:52 UTC
1 parent b45f9b3
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top