Skip to content

Commit

Permalink
Merge pull request #49 from vapor/toolbox-config
Browse files Browse the repository at this point in the history
add toolbox config file
  • Loading branch information
loganwright authored Sep 12, 2016
2 parents 81c3e19 + 382760e commit cffa4b2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions vapor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"flags": {
"build": {
"macos": [
"-Xswiftc",
"-I/usr/local/include/mysql",
"-Xlinker",
"-L/usr/local/lib"
],
"linux": [
"-Xswiftc",
"-DNOJSON"
]
},
"test": {
"macos": [
"-Xswiftc",
"-I/usr/local/include/mysql",
"-Xlinker",
"-L/usr/local/lib"
],
"linux": [
"-Xswiftc",
"-DNOJSON"
]
}
}
}

0 comments on commit cffa4b2

Please sign in to comment.