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:
Nick Terrell 2021-11-30 14:10:00 -05:00 committed by GitHub
commit 7847c2fd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
module libzstd {
umbrella header "../zstd.h"
module libzstd [extern_c] {
header "../zstd.h"
export *
}