Skip to content
Snippets Groups Projects
Unverified Commit c55ffe64 authored by href's avatar href Committed by GitHub
Browse files

Merge pull request #2 from feld/fix/macos-build

Fix MacOS build
parents a39d42dc a6ae3156
No related branches found
No related tags found
No related merge requests found
CFLAGS = -std=c99 -g -Wall -Werror
CPPFLAGS = -I$(ERL_EI_INCLUDE_DIR) -I/usr/local/include
LDFLAGS = -L$(ERL_EI_LIBDIR) -L/usr/local/lib
CFLAGS += -std=c99 -g -Wall -Werror
CPPFLAGS += -I$(ERL_EI_INCLUDE_DIR) -I/usr/local/include
LDFLAGS += -L$(ERL_EI_LIBDIR) -L/usr/local/lib
LDLIBS = -lpthread -lei -lm -lmagic
PRIV = priv/
RM = rm -Rf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment