1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00

Merge pull request #1 from clkao/patch-1

Add --libs-only-L to pkg-config
This commit is contained in:
Mathias Buus 2015-03-26 16:39:36 +01:00
commit cbfe087444

View File

@ -9,7 +9,7 @@
], ],
"link_settings": { "link_settings": {
"libraries": [ "libraries": [
"<!@(pkg-config --libs-only-l fuse)" "<!@(pkg-config --libs-only-L --libs-only-l fuse)"
] ]
} }
} }