mirror of
https://github.com/facebook/zstd.git
synced 2025-12-05 00:03:19 -05:00
Fix SPM warning: umbrella header for module 'libzstd' does not include header 'xxx.h'
This commit is contained in:
parent
c2c6a4ab40
commit
ebf664b744
@ -1,4 +1,4 @@
|
||||
module libzstd {
|
||||
umbrella header "../zstd.h"
|
||||
module libzstd [extern_c] {
|
||||
umbrella header "zstd-umbrella.h"
|
||||
export *
|
||||
}
|
||||
|
||||
1
lib/modulemap/zstd-umbrella.h
Normal file
1
lib/modulemap/zstd-umbrella.h
Normal file
@ -0,0 +1 @@
|
||||
#include "../zstd.h"
|
||||
Loading…
x
Reference in New Issue
Block a user