Skip to content

Commit 69a7a99

Browse files
committed
workflow: redhat vs ubuntu
1 parent 1c1dd3c commit 69a7a99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

quaddtype/subprojects/packagefiles/sleef/meson.build

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ sleef_build_target = custom_target('sleef_build',
3636

3737
# Path variables
3838
sleef_include_path = meson.current_build_dir() / sleef_install_dir / 'include'
39-
sleef_lib_paths = [
40-
meson.current_build_dir() / sleef_install_dir / 'lib',
41-
meson.current_build_dir() / sleef_install_dir / 'lib64'
42-
]
39+
4340
# Create a dependency that ensures the build happens but doesn't link the dummy file
4441
sleef_build_dep = declare_dependency(sources: [sleef_build_target])
4542

0 commit comments

Comments
 (0)