mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:39:06 +08:00
083c86d05e
* initial * format * Update ports/msdfgen/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/msdfgen/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * using vcpkg_copy_tools * Compromise between renameing and UWP * added feature "tools" * forgot a check * Update ports/msdfgen/portfile.cmake * Update port_versions * Add msdfgen.json in port_versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
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; }
|