加个follow import
This commit is contained in:
parent
4e78cc1b24
commit
a919ce61f4
@ -34,6 +34,7 @@ $arg += @("--clang")
|
|||||||
$arg += @("--lto=no")
|
$arg += @("--lto=no")
|
||||||
# 包配置
|
# 包配置
|
||||||
$arg += @("--nofollow-import-to=objprint,pillow")
|
$arg += @("--nofollow-import-to=objprint,pillow")
|
||||||
|
$arg += @("--follow-import-to=pyglet")
|
||||||
# 数据配置
|
# 数据配置
|
||||||
# $arg += @("--include-data-dir=./libs/pyglet=./libs/pyglet")
|
# $arg += @("--include-data-dir=./libs/pyglet=./libs/pyglet")
|
||||||
$arg += @("--include-data-dir=./libs/fonts=./libs/fonts")
|
$arg += @("--include-data-dir=./libs/fonts=./libs/fonts")
|
||||||
|
Loading…
Reference in New Issue
Block a user