diff options
| author | 2016-11-07 16:12:06 +0100 | |
|---|---|---|
| committer | 2016-11-07 16:12:06 +0100 | |
| commit | cf4a8b9e0342e42f5c4e4f38e66b3cd96dd3fcc5 (patch) | |
| tree | 1b5db9ba22e47ed67e0bf7f0534334af68d0b613 /makefile | |
| parent | a60731323599ab4d624adba7a73333037670430d (diff) | |
resurected sqlite3 and lsqlite3 (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -59,6 +59,7 @@ # USE_SYSTEM_LIB_JPEG = 1 # USE_SYSTEM_LIB_FLAC = 1 # USE_SYSTEM_LIB_LUA = 1 +# USE_SYSTEM_LIB_SQLITE3 = 1 # USE_SYSTEM_LIB_PORTMIDI = 1 # USE_SYSTEM_LIB_PORTAUDIO = 1 # USE_BUNDLED_LIB_SDL2 = 1 @@ -421,6 +422,10 @@ ifdef USE_SYSTEM_LIB_LUA PARAMS += --with-system-lua='$(USE_SYSTEM_LIB_LUA)' endif +ifdef USE_SYSTEM_LIB_SQLITE3 +PARAMS += --with-system-sqlite3='$(USE_SYSTEM_LIB_SQLITE3)' +endif + ifdef USE_SYSTEM_LIB_PORTMIDI PARAMS += --with-system-portmidi='$(USE_SYSTEM_LIB_PORTMIDI)' endif |
