csharp-flutter/android_fake_clang.command

7 lines
206 B
Bash
Executable File

#!/bin/bash
rawArgs="$@"
if [[ -z "${RealCppCompilerAndLinker}" ]]; then
RealCppCompilerAndLinker=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang
fi
$RealCppCompilerAndLinker $rawArgs