We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f35c00 commit 619fd7bCopy full SHA for 619fd7b
binding.gyp
@@ -81,7 +81,7 @@
81
"VCLinkerTool": {
82
"AdditionalDependencies": [
83
# adjust to the default setting, namely lib<name>.a via some sed magic
84
- "<!@(pkg-config oopetris-recordings --libs-only-l | sed s/-l/lib/g |sed 's/\\s/.a /g')",
+ "<!@(pkg-config oopetris-recordings --libs-only-l | sed s/-l/lib/g | sed \"s/\\s/.a /g\")",
85
],
86
},
87
0 commit comments