Skip to content

Commit

Permalink
GNUmakefile: Avoid building shared poser lib
Browse files Browse the repository at this point in the history
When bundling poser, avoid building the shared lib by also setting
posercore_STRIPWITH empty. This issue was hidden by broken library
stripping in the earlier zimk version.
  • Loading branch information
Zirias committed Oct 8, 2024
1 parent f067158 commit 3e2d161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ include zimk/zimk.mk
ifeq ($(BUNDLED_POSER),1)
WITH_TLS:= 0
posercore_BUILDWITH:= #
posercore_STRIPWITH:= #
posercore_INSTALLWITH:= #
posercore_PRECFLAGS:= -I./poser/include
$(call zinc,poser/src/lib/core/core.mk)
Expand Down

0 comments on commit 3e2d161

Please sign in to comment.