From ed8cfadad5a26e8ebd4e026abce7642757d23af2 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Sun, 28 Sep 2025 15:06:18 +0800 Subject: [PATCH] 提交版本 4.8.0 --- frameworks/WAFbImpl.framework/Modules/module.modulemap | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frameworks/WAFbImpl.framework/Modules/module.modulemap b/frameworks/WAFbImpl.framework/Modules/module.modulemap index d395e04..4f6519b 100644 --- a/frameworks/WAFbImpl.framework/Modules/module.modulemap +++ b/frameworks/WAFbImpl.framework/Modules/module.modulemap @@ -1,6 +1,6 @@ framework module WAFbImpl { umbrella header "WAFbImpl.h" - export * + module * { export * } } -- Gitblit v1.8.0