mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:48:59 +08:00
16 lines
362 B
Diff
16 lines
362 B
Diff
|
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; }
|