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.
1 parent 7f4b7ae commit 177b9ebCopy full SHA for 177b9eb
1 file changed
src/sage/meson.build
@@ -31,7 +31,7 @@ conf_data.set('SAGE_ARCHFLAGS', 'unset')
31
conf_data.set('SAGE_PKG_CONFIG_PATH', '')
32
openmp = dependency('openmp', required: false, disabler: true)
33
if openmp.found()
34
- if host_machine.system() == 'darwin'
+if host_machine.system() == 'darwin'
35
conf_data.set('OPENMP_CFLAGS', '-Xpreprocessor -fopenmp')
36
conf_data.set('OPENMP_CXXFLAGS', '-Xpreprocessor -fopenmp')
37
else
0 commit comments