Skip to content

Commit f5d5257

Browse files
committed
Fix the module declarations in the module maps
1 parent 11d5958 commit f5d5257

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/LinuxPlatform/Extract.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import CLibArchive
1+
import CArchive
22
import Foundation
33

44
// The code in this file consists mainly of a Swift port of the "Complete Extractor" example included in the libarchive
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module CLibArchive {
1+
module CArchive {
22
header "archive.h"
33
header "archive_entry.h"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module CLibArchiveFE {
1+
module CArchiveFE {
22
export *
33
}

0 commit comments

Comments
 (0)