improve sqlite3

pull/13/head
ruki 6 years ago
parent 8530f609ae
commit e58ad10604
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      packages/s/sqlite3/xmake.lua

@ -10,7 +10,7 @@ package("sqlite3")
add_versions("3.23.0", "b7711a1800a071674c2bf76898ae8584fc6c9643cfe933cfc1bc54361e3a6e49")
on_install("windows", function (package)
os.vrun("nmake DEBUG=%s -f Makefile.msc DYNAMIC_SHELL=1", package:debug() and "1" or "0")
os.vrun("nmake DEBUG=%s -f Makefile.msc DYNAMIC_SHELL=1 PLATFORM=%s", package:debug() and "1" or "0", package:arch())
os.cp("*.h", package:installdir("include"))
os.cp("sqlite3.lib", package:installdir("lib"))
os.cp("sqlite3.pdb", package:installdir("lib"))

Loading…
Cancel
Save