diff options
author | EuAndreh <eu@euandre.org> | 2024-10-05 03:19:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-05 03:41:10 -0300 |
commit | cbfa529eff56cda5f98989adf92db5a7da3c06ef (patch) | |
tree | a10b5e6045b28ed75ef507aa2bcdeccdc6af09ef /Makefile | |
parent | src/golite.go: Remove other undesirable configurations from Open() (diff) | |
download | golite-cbfa529eff56cda5f98989adf92db5a7da3c06ef.tar.gz golite-cbfa529eff56cda5f98989adf92db5a7da3c06ef.tar.xz |
src/golite.go: Reify "premises" section with custom build of SQLite (acude)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ MANDIR = $(SHAREDIR)/man EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = -LDLIBS = --static -lsqlite3 -lm +LDLIBS = --static -lacude -lm GOCFLAGS = -I $(GOLIBDIR) GOLDFLAGS = -L $(GOLIBDIR) |