Skip to content

Commit 6073c15

Browse files
committed
fix tlfloat path
1 parent f09e297 commit 6073c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quaddtype/subprojects/packagefiles/sleef/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ sleefquad_dep = declare_dependency(
7777
tlfloat_dep = declare_dependency(
7878
dependencies: [sleef_build_dep],
7979
compile_args: compile_args_list,
80-
link_args: ['-L' + meson.current_build_dir() / sleef_install_dir / 'lib', '-L' + meson.current_build_dir() / sleef_install_dir / 'lib64', '-ltlfloat']
80+
link_args: ['-L' + meson.current_build_dir() / sleef_install_dir / 'lib', '-L' + meson.current_build_dir() / sleef_install_dir / 'lib64', '-L' + meson.current_build_dir() / sleef_build_dir / 'submodules' / 'tlfloat' / 'lib', '-ltlfloat']
8181
)

0 commit comments

Comments
 (0)