We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cc
1 parent 30efb84 commit c176cbdCopy full SHA for c176cbd
libpkl/libpkl.gradle.kts
@@ -280,8 +280,8 @@ val macNativeFullLibraryAarch64 by tasks.registering(Exec::class) {
280
281
workingDir = libraryOutputDir.asFile
282
283
- // TODO: Make this portable. For now this is a demonstration using `clang`.
284
- commandLine("/usr/bin/clang", "-shared",
+ // TODO: Make this portable.
+ commandLine("/usr/bin/cc", "-shared",
285
"-o", "libpkl.dylib",
286
"$projectDir/src/main/c/libpkl.c",
287
"-I$projectDir/src/main/c",
0 commit comments