mirror of
https://github.com/facebook/zstd.git
synced 2025-11-22 00:10:22 -05:00
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:
commit
7847c2fd68
@ -1,4 +1,4 @@
|
||||
module libzstd {
|
||||
umbrella header "../zstd.h"
|
||||
module libzstd [extern_c] {
|
||||
header "../zstd.h"
|
||||
export *
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user