Skip to content

Commit 177b9eb

Browse files
dimpasetobiasdiez
andcommitted
Update src/sage/meson.build
Co-authored-by: Tobias Diez <code@tobiasdiez.com>
1 parent 7f4b7ae commit 177b9eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sage/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ conf_data.set('SAGE_ARCHFLAGS', 'unset')
3131
conf_data.set('SAGE_PKG_CONFIG_PATH', '')
3232
openmp = dependency('openmp', required: false, disabler: true)
3333
if openmp.found()
34-
if host_machine.system() == 'darwin'
34+
if host_machine.system() == 'darwin'
3535
conf_data.set('OPENMP_CFLAGS', '-Xpreprocessor -fopenmp')
3636
conf_data.set('OPENMP_CXXFLAGS', '-Xpreprocessor -fopenmp')
3737
else

0 commit comments

Comments
 (0)