Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created May 6, 2015 14:40
Show Gist options
  • Select an option

  • Save springmeyer/4092e6ce7c3bf6047516 to your computer and use it in GitHub Desktop.

Select an option

Save springmeyer/4092e6ce7c3bf6047516 to your computer and use it in GitHub Desktop.
diff --git a/mapnik.gyp b/mapnik.gyp
index 3bd6c49..ae3dc89 100644
--- a/mapnik.gyp
+++ b/mapnik.gyp
@@ -535,7 +535,10 @@
"libraries":[
"<(boost_filesystem_lib)",
"<(boost_system_lib)",
- "cairo.lib"
+ "cairo.lib",
+ "libtiff_i.lib",
+ "<(icuuc_lib)",
+ "<(icuin_lib)"
],
} ,
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment