We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568503a commit 58153deCopy full SHA for 58153de
wpical/build.gradle
@@ -178,6 +178,7 @@ model {
178
it.linker.args << '-framework' << 'Metal' << '-framework' << 'MetalKit' << '-framework' << 'Cocoa' << '-framework' << 'IOKit' << '-framework' << 'CoreFoundation' << '-framework' << 'CoreVideo' << '-framework' << 'QuartzCore' << '-framework' << 'Accelerate'
179
} else {
180
it.linker.args << '-lX11'
181
+ it.linker.args << '-gomp'
182
if (it.targetPlatform.name.startsWith('linuxarm')) {
183
it.linker.args << '-lGL'
184
}
0 commit comments