Revision e6897c72e7c59f7a0b82ed19c1bdb40d42f7adaa authored by Brad King on 15 February 2019, 12:46:43 UTC, committed by Brad King on 15 February 2019, 12:46:43 UTC
1 parent 113a395
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top