We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84cb74 commit 919ee3eCopy full SHA for 919ee3e
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 << '-fopenmp'
182
if (it.targetPlatform.name.startsWith('linuxarm')) {
183
it.linker.args << '-lGL'
184
}
0 commit comments