Skip to content

Commit

Permalink
xmoji.mk: Use bundled poser headers first
Browse files Browse the repository at this point in the history
  • Loading branch information
Zirias committed Jul 11, 2024
1 parent 66910a9 commit 7e9a464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ include zimk/zimk.mk

ifeq ($(BUNDLED_POSER),1)
WITH_TLS:= 0
INCLUDES+= -I./poser/include
posercore_BUILDWITH:= #
posercore_PRECFLAGS:= -I./poser/include
$(call zinc,poser/src/lib/core/core.mk)
endif

Expand Down
1 change: 1 addition & 0 deletions src/bin/xmoji/xmoji.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ endif

ifeq ($(BUNDLED_POSER),1)
xmoji_STATICDEPS+= posercore
xmoji_PRECFLAGS+= -I./poser/include
xmoji_LIBS+= posercore
xmoji_LDFLAGS+= -pthread
else
Expand Down
2 changes: 1 addition & 1 deletion zimk
Submodule zimk updated 1 files
+2 −0 lib/objs.mk

0 comments on commit 7e9a464

Please sign in to comment.