From a919ce61f4f026e719c3c8be681c6a2c09088549 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Wed, 22 Mar 2023 06:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=AAfollow=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuitka-win.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/nuitka-win.ps1 b/nuitka-win.ps1 index e4c8bba..5991dfa 100644 --- a/nuitka-win.ps1 +++ b/nuitka-win.ps1 @@ -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")