diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-02-14 12:39:02 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-02-19 10:44:53 -0800 |
| commit | a2dd8d8abebdb1a8bde9990f343bc7fb5a103bef (patch) | |
| tree | b7cbdfd5e3141a8b05a429f5f7be2f6e6410f7b3 /include | |
| parent | 5d6e41557e56aefa26a76a411bff4172662d6e42 (diff) | |
include: comment the modulemap
Diffstat (limited to 'include')
| -rw-r--r-- | include/module.modulemap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/module.modulemap b/include/module.modulemap index 917796d89..8961f5c04 100644 --- a/include/module.modulemap +++ b/include/module.modulemap @@ -1,3 +1,6 @@ +// This makes Ghostty available to the XCode build for the macOS app. +// We append "Kit" to it not to be cute, but because targets have to have +// unique names and we use Ghostty for other things. module GhosttyKit { umbrella header "ghostty.h" export * |
