소스 검색

better test for freetype

David Rose 23 년 전
부모
커밋
5e32b77580
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -391,7 +391,7 @@
 // tells us where to look for the various files.  On Windows, we need to
 // supply this information explicitly.
 #define FREETYPE_CONFIG freetype-config
-#defer HAVE_FREETYPE $[bintest $[FREETYPE_CONFIG]]
+#defer HAVE_FREETYPE $[or $[libtest $[FREETYPE_LPATH],$[FREETYPE_LIBS]],$[bintest $[FREETYPE_CONFIG]]]
 #define FREETYPE_CFLAGS
 #define FREETYPE_IPATH
 #define FREETYPE_LPATH