Skip to content

Commit

Permalink
fix cross/erlang/Makefile
Browse files Browse the repository at this point in the history
- followup of SynoCommunity#4320
  • Loading branch information
hgy59 committed Dec 31, 2020
1 parent c7ea42e commit 7aab6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cross/erlang/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ HOMEPAGE = https://www.erlang.org
COMMENT = Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability.
LICENSE = Erlang Public License

# Get arch-defs now
include ../../mk/spksrc.archs.mk

GNU_CONFIGURE = 1
Expand All @@ -24,6 +23,8 @@ INSTALL_TARGET = erlang_install

ENV += PATH=$(WORK_DIR)/../../../native/$(PKG_NAME)/work-native/install/usr/local/bin:$$PATH

include ../../mk/spksrc.cross-cc.mk

.PHONY: erlang_install
erlang_install:
$(RUN) make install DESTDIR=$(INSTALL_DIR) INSTALL_PREFIX=

0 comments on commit 7aab6c5

Please sign in to comment.