加个follow import

This commit is contained in:
shenjack 2023-03-22 06:22:49 +08:00
parent 4e78cc1b24
commit a919ce61f4

View File

@ -34,6 +34,7 @@ $arg += @("--clang")
$arg += @("--lto=no")
# 包配置
$arg += @("--nofollow-import-to=objprint,pillow")
$arg += @("--follow-import-to=pyglet")
# 数据配置
# $arg += @("--include-data-dir=./libs/pyglet=./libs/pyglet")
$arg += @("--include-data-dir=./libs/fonts=./libs/fonts")