ソースを参照

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 *
 }