summaryrefslogtreecommitdiff
path: root/wrappers/swift/CEduVpnCommon/Sources
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/swift/CEduVpnCommon/Sources')
-rw-r--r--wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap b/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap
index f0f47a7..c85e48f 100644
--- a/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap
+++ b/wrappers/swift/CEduVpnCommon/Sources/CEduVpnCommon/module.modulemap
@@ -1,5 +1,5 @@
module CEduVpnCommon {
- header "../../../../../exports/eduvpn_verify.h"
+ header "Headers/eduvpn_verify.h"
link "eduvpn_verify"
export *
}