Skip to content

Commit

Permalink
Tweak flags
Browse files Browse the repository at this point in the history
  • Loading branch information
blackhole89 committed Jan 28, 2025
1 parent 485cf2d commit 88bde3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deps = [
dependency('fontconfig'),
dependency('vulkan'),
dependency('gdk-x11-3.0', required : false),
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']),
declare_dependency(link_args : [meson.current_source_dir()+'/llama.cpp/common/libcommon.a'])
]

Expand Down

0 comments on commit 88bde3d

Please sign in to comment.