blob: f1662549a79243aa2ca7744f688e33392d42b4f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff --git a/ext/import-font.cpp b/ext/import-font.cpp
index 8f23620..ed26f54 100644
--- a/ext/import-font.cpp
+++ b/ext/import-font.cpp
@@ -7,10 +7,6 @@
#include FT_FREETYPE_H
#include FT_OUTLINE_H
-#ifdef _WIN32
- #pragma comment(lib, "freetype.lib")
-#endif
-
namespace msdfgen {
#define REQUIRE(cond) { if (!(cond)) return false; }
|