diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-08-09 15:43:43 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-08-09 15:43:43 -0600 |
commit | fd60ac9e63b3c1d4b81672d5180008add8b987d9 (patch) | |
tree | 5dbd0ba1b57e492684c86e14e0e66940633d58f6 | |
parent | 302a1af87a52996b735bf840b1fcc1b0133a4850 (diff) |
fix: fix build on linux
-rw-r--r-- | Sources/CLVGL/include/module.modulemap | 1 |
1 files changed, 0 insertions, 1 deletions
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 * } |