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 {
|
module libzstd [extern_c] {
|
||||||
umbrella header "../zstd.h"
|
header "../zstd.h"
|
||||||
export *
|
export *
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user