aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorame <[email protected]>2026-04-24 05:07:06 -0500
committerame <[email protected]>2026-04-24 05:07:06 -0500
commit5aa3f628e4e7a74800cdeb9452875edb62c03d63 (patch)
tree4d9d79dc149a88f87871ddc14ae2d588a58dfb0c
parentfe168cff249a672aced9cda1439ac7aea343c9af (diff)
parentb0ffecc1f4396edd331188524b4a8e8170612c9b (diff)
Merge branch 'state-copy-changes' of https://github.com/ameliasquires/lullaby into state-copy-changes
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index fe25fa2..67cd0fc 100644
--- a/makefile
+++ b/makefile
@@ -10,8 +10,8 @@ ifeq ($(version),jit)
install_version = 5.1
endif
-CFLAGS := -D_GNU_SOURCE -Wall -fPIC -DGIT_COMMIT='$(GIT_COMMIT)' -DMAJOR_VERSION='$(MAJOR_VERSION)' `pkg-config --cflags lua$(version)`
-LFLAGS := -lm -shared -lcrypto -lssl
+override CFLAGS += -D_GNU_SOURCE -Wall -fPIC -DGIT_COMMIT='$(GIT_COMMIT)' -DMAJOR_VERSION='$(MAJOR_VERSION)' `pkg-config --cflags lua$(version)`
+override LFLAGS += -lm -shared -lcrypto -lssl
LINKER := $(CC)
TARGET := lullaby.so