Revision bda6446e6f655dae7098cffdccfe563284c45970 authored by Adriaan de Groot on 18 March 2021, 00:04:02 UTC, committed by Brad King on 18 March 2021, 14:07:09 UTC
1 parent fab7fe7
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top