Skip to content

Commit

Permalink
Fix packaging scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Mar 13, 2019
1 parent 05a0039 commit 7b29a73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,16 @@ ifeq (${PLATFORM},linux)
PATCHELF_TARGET=${PATCHELF_EXECUTABLE}
PATCHELF_TARGET_CLEAN=clean-patchelf
PATCHELF_TARGET_DISTCLEAN=distclean-patchelf
else#
else
PATCHELF_TARGET=
PATCHELF_TARGET_CLEAN=
PATCHELF_TARGET_DISTCLEAN=
endif

ifneq (${PLATFORM},win)
PKG_FILES += env.sh relocate.sh
endif

all: pkg

.PHONY: clean
Expand Down

0 comments on commit 7b29a73

Please sign in to comment.