We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485cf2d commit 88bde3dCopy full SHA for 88bde3d
meson.build
@@ -20,7 +20,7 @@ deps = [
20
dependency('fontconfig'),
21
dependency('vulkan'),
22
dependency('gdk-x11-3.0', required : false),
23
- declare_dependency(link_args : ['-Wl,-Bdynamic','-L'+meson.current_source_dir()+'/llama.cpp/bin', '-lllama', '-Wl,-Bstatic']),
+ declare_dependency(link_args : ['-Wl,-Bdynamic','-L'+meson.current_source_dir()+'/llama.cpp/bin', '-lllama']),
24
declare_dependency(link_args : [meson.current_source_dir()+'/llama.cpp/common/libcommon.a'])
25
]
26
0 commit comments