Fix error with OSX XCode build

Change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzoa@balena.io>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2019-01-17 10:49:38 +01:00
parent ca85ad5995
commit 700341f9cc
No known key found for this signature in database
GPG Key ID: 0D424CCA84D4C9D4

View File

@ -17,8 +17,18 @@
"libraries": [ "libraries": [
"-lShell32.lib", "-lShell32.lib",
], ],
} ] } ],
[ 'OS=="mac"', {
"xcode_settings": {
"OTHER_CPLUSPLUSFLAGS": [
"-stdlib=libc++"
],
"OTHER_LDFLAGS": [
"-stdlib=libc++"
]
}
} ]
], ],
} }
], ],