Move version into C file

This commit is contained in:
Rickey Fehr
2025-09-24 20:44:13 -07:00
parent 56bbc2ff9a
commit 36bcf0fa30
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ CFLAGS += $(INCLUDE)
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LDFLAGS = -g $(ARCH) -Wl,-Map,$(notdir $*.map),--undefined=balatro_version
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project