Created
May 6, 2015 14:40
-
-
Save springmeyer/4092e6ce7c3bf6047516 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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