Skip to content

Commit

Permalink
Merge pull request #16 from aldacron/configs
Browse files Browse the repository at this point in the history
Add with-lib and without-lib configurations to make linking sqlite3 o…
  • Loading branch information
Nicolas Sicard committed Oct 16, 2015
2 parents 0f0ff50 + 047fcc4 commit ef60606
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"copyright": "Copyright 2011-15 Nicolas Sicard",
"license": "BSL-1.0",
"targetType": "library",
"libs": ["sqlite3"],
"systemDependencies": "SQLite version >= 3.8.7"
"systemDependencies": "SQLite version >= 3.8.7",
"configurations": [
{
"name": "with-lib",
"libs": ["sqlite3"]
},
{
"name": "without-lib"
}
]
}

0 comments on commit ef60606

Please sign in to comment.