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:
parent
9fb41cb2f9
commit
06a14e718b
@ -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)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user