Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
substring authored Dec 11, 2024
1 parent c256f94 commit c68db38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ override PKG_CONFIG_MXE :=$(subst -,_,$(PKG_CONFIG_MXE))
override WINDRES := $(TOOLCHAIN)-$(WINDRES)
endif

# Debian packager doesn't set STRIP when crosscompiling
ifneq ($(DEB_HOST_GNU_TYPE),)
override STRIP := $(DEB_HOST_GNU_TYPE)-strip
endif

prefix ?= /usr/local
datarootdir=$(prefix)/share
Expand Down

0 comments on commit c68db38

Please sign in to comment.