Skip to content

Commit 775189b

Browse files
authored
Merge pull request #18 from sertonix/patch-1
Fix Cflags in m4ri.pc
2 parents 1ef6f17 + 3197be5 commit 775189b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m4ri.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Description: Dense linear algebra over GF(2).
88
Version: @PACKAGE_VERSION@
99
Requires: @M4RI_USE_PNG_PC@
1010
Libs: -L${libdir} -lm4ri @RAW_LIBPNG@ @LIBM@ @LIBPNG_LIBADD@
11-
Cflags: -I${includedir} @SIMD_CFLAGS@ @OPENMP_CFLAGS@ @LIBPNG_CFLAGS@
11+
Cflags: -I${includedir} @SIMD_FLAGS@ @OPENMP_CFLAGS@ @LIBPNG_CFLAGS@

0 commit comments

Comments
 (0)