microsoft / vscode-node-sqlite3

Asynchronous, non-blocking SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
34 stars 10 forks source link

Fix ARM build #5

Closed SteveDesmond-ca closed 5 years ago

SteveDesmond-ca commented 5 years ago

This is a corrected PR to use static linking when cross-compiling for ARM, as it otherwise fails with relocation R_ARM_THM_MOVW_ABS_NC against '_LIB_VERSION' can not be used when making a shared object.

Per https://github.com/Microsoft/vscode-node-sqlite3/pull/1#issuecomment-440210045, PR should merge into the vscode branch. Whitespace fix has also been removed to stay as inline as possible with upstream.

bpasero commented 5 years ago

Published as vscode-sqlite3@4.0.7