commit
c67eb9fae6
@ -4,7 +4,7 @@ CURDIR := $(shell pwd)
|
|||||||
BASEDIR := $(abspath $(CURDIR)/..)
|
BASEDIR := $(abspath $(CURDIR)/..)
|
||||||
|
|
||||||
PROJECT ?= $(notdir $(BASEDIR))
|
PROJECT ?= $(notdir $(BASEDIR))
|
||||||
PROJECT := $(strip $(PROJECT))
|
PROJECT := erlang-sha3
|
||||||
|
|
||||||
ERTS_INCLUDE_DIR ?= $(shell erl -noshell -s init stop -eval "io:format(\"~s/erts-~s/include/\", [code:root_dir(), erlang:system_info(version)]).")
|
ERTS_INCLUDE_DIR ?= $(shell erl -noshell -s init stop -eval "io:format(\"~s/erts-~s/include/\", [code:root_dir(), erlang:system_info(version)]).")
|
||||||
ERL_INTERFACE_INCLUDE_DIR ?= $(shell erl -noshell -s init stop -eval "io:format(\"~s\", [code:lib_dir(erl_interface, include)]).")
|
ERL_INTERFACE_INCLUDE_DIR ?= $(shell erl -noshell -s init stop -eval "io:format(\"~s\", [code:lib_dir(erl_interface, include)]).")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user