Revision ecef0313f7932259bf42c6edaeca06ec2a0fbdc3 authored by Alex Turbov on 01 August 2024, 15:11:42 UTC, committed by Alex Turbov on 01 August 2024, 16:08:52 UTC
1 parent b187a4f
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top