Revision c8ec137da762d52ae597c8cdb369e7f4958f126f authored by Brad King on 19 August 2021, 19:19:04 UTC, committed by Brad King on 25 August 2021, 13:47:30 UTC
1 parent e4302d8
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top