We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6d1cc commit b5d6e78Copy full SHA for b5d6e78
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: iex deps test clean compile-native
2
3
-BREW_PREFIX := $(shell brew --prefix)
4
-ERLANG_INCLUDES = $(BREW_PREFIX)/Cellar/erlang/26.0.2/lib/erlang/usr/include/
+ERLANG_DIR := $(shell asdf where erlang)
+ERLANG_INCLUDES = $(ERLANG_DIR)/usr/include/
5
6
LIBP2P_DIR = native/libp2p_nif
7
OUTPUT_DIR = priv/native
0 commit comments