mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
main.mk: Add missing -DVERSION_STR to LOCAL_CPPFLAGS
This commit is contained in:
parent
4c2a0c721b
commit
9c04f91beb
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
EXE = $(PROJECT)
|
||||
LOCAL_CFLAGS += -DVERSION_STR=\"$(VERSION)\"
|
||||
LOCAL_CPPFLAGS += -DVERSION_STR=\"$(VERSION)\"
|
||||
LOCAL_LDFLAGS += -rdynamic
|
||||
|
||||
include $(MODDIR)/make/exe.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue