don't use xcrun clang on macos
This commit is contained in:
parent
a0e5d2fb9e
commit
842ab0a82c
1 changed files with 0 additions and 2 deletions
|
|
@ -48,8 +48,6 @@ Future<void> main(List<String> args) => build(args, (input, output) async {
|
|||
break;
|
||||
case OS.macOS:
|
||||
libFileName = "libgomuks.dylib";
|
||||
|
||||
extraEnv = {"CC": await getXCodeTool(findTool: "clang")};
|
||||
break;
|
||||
case OS.windows:
|
||||
libFileName = "libgomuks.dll";
|
||||
|
|
|
|||
Loading…
Reference in a new issue