Skip to content

Commit

Permalink
embed: use /usr/local as default install prefix in Makefile
Browse files Browse the repository at this point in the history
resolves #21.
  • Loading branch information
vsergeev committed Jul 10, 2016
1 parent 2020ada commit 93f6e58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion embed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ LIB_OBJS := $(patsubst $(GEN_DIR)/%.c, $(BUILD_DIR)/%.o, $(LUA_C_SRCS)) $(patsub
EXAMPLE_BINS = $(patsubst $(EXAMPLE_DIR)/%.c, $(BUILD_DIR)/$(EXAMPLE_DIR)/%, $(EXAMPLE_SRCS))
TEST_BINS = $(patsubst $(TEST_DIR)/%.c, $(BUILD_DIR)/$(TEST_DIR)/%, $(TEST_SRCS))

PREFIX ?= /usr
PREFIX ?= /usr/local

INSTALL_CMOD = $(shell pkg-config luajit --variable INSTALL_CMOD)

################################################################################
Expand Down

0 comments on commit 93f6e58

Please sign in to comment.