mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
fixed command expansion (#26)
This commit is contained in:
parent
565e2fd9de
commit
64b0d088d5
@ -9,9 +9,9 @@
|
|||||||
['OS!="win"', {
|
['OS!="win"', {
|
||||||
'variables':
|
'variables':
|
||||||
{
|
{
|
||||||
'fuse__include_dirs%': '!(pkg-config fuse --cflags-only-I | sed s/-I//g)',
|
'fuse__include_dirs%': '<!(pkg-config fuse --cflags-only-I | sed s/-I//g)',
|
||||||
'fuse__library_dirs%': '',
|
'fuse__library_dirs%': '',
|
||||||
'fuse__libraries%': '!(pkg-config --libs-only-L --libs-only-l fuse)'
|
'fuse__libraries%': '<!(pkg-config --libs-only-L --libs-only-l fuse)'
|
||||||
},
|
},
|
||||||
"include_dirs": [
|
"include_dirs": [
|
||||||
"<@(fuse__include_dirs)"
|
"<@(fuse__include_dirs)"
|
||||||
|
Loading…
Reference in New Issue
Block a user