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
+2 -2
View File
@@ -1,4 +1,4 @@
module libzstd { module libzstd [extern_c] {
umbrella header "../zstd.h" header "../zstd.h"
export * export *
} }