Skip to content

Commit 58153de

Browse files
committed
Add openmp linking
1 parent 568503a commit 58153de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wpical/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ model {
178178
it.linker.args << '-framework' << 'Metal' << '-framework' << 'MetalKit' << '-framework' << 'Cocoa' << '-framework' << 'IOKit' << '-framework' << 'CoreFoundation' << '-framework' << 'CoreVideo' << '-framework' << 'QuartzCore' << '-framework' << 'Accelerate'
179179
} else {
180180
it.linker.args << '-lX11'
181+
it.linker.args << '-gomp'
181182
if (it.targetPlatform.name.startsWith('linuxarm')) {
182183
it.linker.args << '-lGL'
183184
}

0 commit comments

Comments
 (0)