Skip to content

Commit 88bde3d

Browse files
committed
Tweak flags
1 parent 485cf2d commit 88bde3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deps = [
2020
dependency('fontconfig'),
2121
dependency('vulkan'),
2222
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']),
23+
declare_dependency(link_args : ['-Wl,-Bdynamic','-L'+meson.current_source_dir()+'/llama.cpp/bin', '-lllama']),
2424
declare_dependency(link_args : [meson.current_source_dir()+'/llama.cpp/common/libcommon.a'])
2525
]
2626

0 commit comments

Comments
 (0)