Skip to content

Commit 619fd7b

Browse files
committed
windows: link statically correctly
1 parent 9f35c00 commit 619fd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"VCLinkerTool": {
8282
"AdditionalDependencies": [
8383
# 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')",
84+
"<!@(pkg-config oopetris-recordings --libs-only-l | sed s/-l/lib/g | sed \"s/\\s/.a /g\")",
8585
],
8686
},
8787
},

0 commit comments

Comments
 (0)