diff --git a/basis/windows/nt/nt.factor b/basis/windows/nt/nt.factor index 1dc997b38a..85aa991857 100644 --- a/basis/windows/nt/nt.factor +++ b/basis/windows/nt/nt.factor @@ -11,6 +11,5 @@ USING: alien sequences ; { "libm" "msvcrt.dll" "cdecl" } { "gl" "opengl32.dll" "stdcall" } { "glu" "glu32.dll" "stdcall" } - { "freetype" "freetype6.dll" "cdecl" } { "ole32" "ole32.dll" "stdcall" } } [ first3 add-library ] each