Skip to content

Commit

Permalink
Merge 8f97ad4 into fd0868c
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Aug 5, 2016
2 parents fd0868c + 8f97ad4 commit 5ffff4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ configuration "all-included" {
libs "sqlite3" platform="windows"
copyFiles "lib/win32/sqlite3.dll" platform="win32"
copyFiles "lib/win64/sqlite3.dll" platform="win64"

preBuildCommands "make -C $PACKAGE_DIR -f sqlite3.mak" platform="posix"
sourceFiles "sqlite3.o" platform="posix"
libs "dl" platform="posix"
libs "dl" platform="linux-gdc"
}

0 comments on commit 5ffff4f

Please sign in to comment.