Skip to content

Commit ae98477

Browse files
committed
Use pkg-config (discover) when linking against libprotobuf
1 parent b569450 commit ae98477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
(language cxx)
3333
(names protobuf2json)
3434
(flags (:include c_flags.sexp) -fPIC))
35-
(c_library_flags (-lprotobuf -lstdc++))
35+
(c_library_flags (:standard (:include c_library_flags.sexp)))
3636
)
3737

3838
(rule

0 commit comments

Comments
 (0)