瀏覽代碼

Fix incorrect header path in CgRPC modulemap.

Tim Burks 8 年之前
父節點
當前提交
2406b332b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/CgRPC/include/module.modulemap

+ 1 - 1
Sources/CgRPC/include/module.modulemap

@@ -1,5 +1,5 @@
 module CgRPC {
-    header "/Users/timburks/Desktop/grpc-swift/Sources/CgRPC/include/CgRPC.h"
+    header "CgRPC.h"
     link "CgRPC"
     export *
 }