mason.release.dlls: Bundle sqlite3 on Windows. Fixes #856.
parent
5ca7a1403e
commit
c5c7bb0e8d
|
@ -9,11 +9,14 @@ M: object dll-list { } ;
|
|||
|
||||
! These files should be in the directory that mason is run from.
|
||||
! e.g. c:\factor32 or c:\factor64 on the build machine.
|
||||
|
||||
! Sqlite win64: http://synopse.info/files/SQLite3-64.7z
|
||||
M: windows dll-list
|
||||
{
|
||||
"resource:libcrypto-37.dll"
|
||||
"resource:libssl-38.dll"
|
||||
"resource:libtls-10.dll"
|
||||
"resource:sqlite3.dll"
|
||||
} ;
|
||||
|
||||
: copy-dlls ( -- )
|
||||
|
|
Loading…
Reference in New Issue