From fd60ac9e63b3c1d4b81672d5180008add8b987d9 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 9 Aug 2024 15:43:43 -0600 Subject: fix: fix build on linux --- Sources/CLVGL/include/module.modulemap | 1 - 1 file changed, 1 deletion(-) (limited to 'Sources') diff --git a/Sources/CLVGL/include/module.modulemap b/Sources/CLVGL/include/module.modulemap index 9799d8a..19c28fb 100644 --- a/Sources/CLVGL/include/module.modulemap +++ b/Sources/CLVGL/include/module.modulemap @@ -1,5 +1,4 @@ module CLVGL { umbrella header "shim.h" - link "lvgl" export * } -- cgit v1.2.3