Revision 853c3eac6dc1c724d0c2f56c8be309f276934920 authored by Kyle Edwards on 25 February 2020, 19:00:43 UTC, committed by Kyle Edwards on 25 February 2020, 19:00:43 UTC
1 parent cf789bb
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top