From fcce31c89d5eed9ddd61b6576161b7afa1390245 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Sat, 6 Aug 2016 18:21:15 +1200 Subject: [PATCH] Fix so name --- c_src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_src/Makefile b/c_src/Makefile index d3c3767..3907eed 100644 --- a/c_src/Makefile +++ b/c_src/Makefile @@ -4,7 +4,7 @@ CURDIR := $(shell pwd) BASEDIR := $(abspath $(CURDIR)/..) 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)]).") ERL_INTERFACE_INCLUDE_DIR ?= $(shell erl -noshell -s init stop -eval "io:format(\"~s\", [code:lib_dir(erl_interface, include)]).")