Skip to content

Commit d6c5848

Browse files
committed
Do not require ec
Not available on Fedora 41 or 42.
1 parent 3daf819 commit d6c5848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ zlib = dependency('zlib', version: '>=1.2.11')
150150
# https://github.com/conda-forge/eclib-feedstock/issues/48
151151
ec = dependency('eclib', version: '>=20231211', required: false, disabler: true)
152152
# Cannot be found via pkg-config
153-
ec = cc.find_library('ec', required: not is_windows, disabler: true)
153+
ec = cc.find_library('ec', required: false, disabler: true)
154154
ecm = cc.find_library('ecm', required: not is_windows, disabler: true)
155155
gmpxx = dependency('gmpxx', required: not is_windows, disabler: true)
156156
fflas = dependency(

0 commit comments

Comments
 (0)