Skip to content

Instantly share code, notes, and snippets.

diff --git a/freetype/__init__.py b/freetype/__init__.py
index e175d52..e602d9c 100644
--- a/freetype/__init__.py
+++ b/freetype/__init__.py
@@ -30,15 +30,24 @@ import ctypes.util
__dll__ = None
__handle__ = None
FT_Library_filename = ctypes.util.find_library('freetype')
+
if not FT_Library_filename: