Skip to content

Commit

Permalink
SWIFT-232: update module exported name to bson
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst authored Oct 24, 2018
1 parent 077a713 commit 87b458f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// swift-tools-version:4.0
import PackageDescription
let package = Package(
name: "libbson",
name: "bson",
pkgConfig: "libbson-1.0",
providers: [
.brew(["mongo-c-driver"]),
.apt(["libbson-dev"])
],
products: [
.library(name: "libbson", targets: ["libbson"])
.library(name: "bson", targets: ["bson"])
]
)
2 changes: 1 addition & 1 deletion module.modulemap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module libbson [system] {
module bson [system] {
header "libbson.h"
link "bson-1.0"
export *
Expand Down

0 comments on commit 87b458f

Please sign in to comment.