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

Add --libs-only-L to pkg-config

so we get -L/usr/loca/lib and actually build
This commit is contained in:
Chia-liang Kao 2015-03-24 23:12:32 +08:00
parent 9fb41cb2f9
commit 06a14e718b

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)"
] ]
} }
} }