Fix SPM warning: umbrella header for module 'libzstd' does not include header 'xxx.h'

This commit is contained in:
Lvv.me
2021-11-21 21:57:55 +08:00
parent c2c6a4ab40
commit ebf664b744
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
module libzstd {
umbrella header "../zstd.h"
module libzstd [extern_c] {
umbrella header "zstd-umbrella.h"
export *
}