Skip to content

Commit

Permalink
rtx->mise
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorn committed Apr 9, 2024
1 parent 21eac3d commit 2cefdfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# ERTS_INCLUDE_DIR
# MIX_APP_PATH

# This works on rtx enabled machines. It is for direct usage only (dev).
# This works on mise enabled machines. It is for direct usage only (dev).
ifndef ERTS_INCLUDE_DIR
ERTS_INCLUDE_DIR := $(shell rtx where erlang)/erts-14.1.1/include
ERTS_INCLUDE_DIR := $(shell mise where erlang)/erts-14.1.1/include
endif
ifndef MIX_APP_PATH
MIX_APP_PATH := ..
Expand Down

0 comments on commit 2cefdfe

Please sign in to comment.