Revision bd4ae2af0fe00813919c8188da7bb07d57ef3734 authored by Kyle Edwards on 04 February 2020, 19:17:39 UTC, committed by Kyle Edwards on 04 February 2020, 19:22:49 UTC
1 parent 79e5b3c
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top