aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/images.gyp2
-rw-r--r--gyp/xps.gyp4
2 files changed, 3 insertions, 3 deletions
diff --git a/gyp/images.gyp b/gyp/images.gyp
index eed2dba51f..45f5de038f 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -84,7 +84,7 @@
],
'link_settings': {
'libraries': [
- 'windowscodecs.lib',
+ '-lwindowscodecs.lib',
],
},
},{ #else if skia_os != win
diff --git a/gyp/xps.gyp b/gyp/xps.gyp
index 29d5e075a9..325853989b 100644
--- a/gyp/xps.gyp
+++ b/gyp/xps.gyp
@@ -25,8 +25,8 @@
[ 'skia_os == "win"', {
'link_settings': {
'libraries': [
- 'T2Embed.lib',
- 'FontSub.lib',
+ '-lt2embed.lib',
+ '-lfontsub.lib',
],
},
},{ #else if 'skia_os != "win"'