Skip to content
Snippets Groups Projects
Commit c95d1e54 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Transmitted Alpine Linux flag makefile switch to C++ code


Change-Id: I1a5ba40f790f92cdc6430fbbad93b10ed6a60bca
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent cde006dc
No related branches found
No related tags found
No related merge requests found
......@@ -369,6 +369,10 @@ ifeq ($(PLATFORM), LINUX)
CPPFLAGS += -DUSE_EPOLL
endif
ifdef ALPINE_LINUX
CPPFLAGS += -DALPINE_LINUX
endif
#not useful in compiler2/asn1, for example
#REL_DIR := $(notdir $(CURDIR))
......
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