Skip to content

Commit 2406b33

Browse files
committed
Fix incorrect header path in CgRPC modulemap.
1 parent 38dd33e commit 2406b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module CgRPC {
2-
header "/Users/timburks/Desktop/grpc-swift/Sources/CgRPC/include/CgRPC.h"
2+
header "CgRPC.h"
33
link "CgRPC"
44
export *
55
}

0 commit comments

Comments
 (0)