From 7a584f67fdbcc3ce6790b5ef30fd67e9863ffe21 Mon Sep 17 00:00:00 2001 From: lpw <lpw@lpwdeMac-mini.local> Date: Tue, 09 Jan 2024 14:54:14 +0800 Subject: [PATCH] 3.17.0 --- frameworks/WAApImpl.framework/Modules/module.modulemap | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frameworks/WAApImpl.framework/Modules/module.modulemap b/frameworks/WAApImpl.framework/Modules/module.modulemap index 33e57d1..ef33ce9 100644 --- a/frameworks/WAApImpl.framework/Modules/module.modulemap +++ b/frameworks/WAApImpl.framework/Modules/module.modulemap @@ -1,6 +1,6 @@ framework module WAApImpl { umbrella header "WAApImpl.h" - export * + module * { export * } } -- Gitblit v1.8.0