summaryrefslogtreecommitdiff
path: root/scripts/msys/xmake.ps1
blob: 2ecd30763dfc8bc15ad0214283a2e2979c7c858c (plain)
1
2
3
4
$BASEDIR = Split-Path -Parent $MyInvocation.MyCommand.Definition
if (Test-Path "$BASEDIR\..\share\xmake\xmake.exe") {
    & "$BASEDIR\..\share\xmake\xmake.exe" @args
}