Merge pull request #2872 from cntrump/fix_umbrella_header_warning_for_spm
Fix SPM warning: umbrella header for module 'libzstd' does not include header 'xxx.h'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module libzstd {
|
||||
umbrella header "../zstd.h"
|
||||
module libzstd [extern_c] {
|
||||
header "../zstd.h"
|
||||
export *
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user