Commit 649ee02c authored by Ivan Tyagov's avatar Ivan Tyagov

Avoid using same variable name as it leads to recursive calls.

parent 223fae76
CC=$(CC)
CC=$(C_COMPILER)
CFLAGS= -I $(OPEN62541_SOURCE_HOME)
LDFLAGS= -L $(OPEN62541_HOME)/lib
OUT_DIR= $(BINARY_OUT_DIR)
......
......@@ -50,7 +50,7 @@ location = ${buildout:parts-directory}/osie
recipe = slapos.recipe.cmmi
path = ${osie-repository:location}/coupler/opc-ua-server/
environment =
CC = arm-linux-gnueabihf-gcc
C_COMPILER = arm-linux-gnueabihf-gcc
OPEN62541_HOME = ${open62541:location}
OPEN62541_SOURCE_HOME = ${open62541-source:location}
BINARY_OUT_DIR = ${buildout:directory}/bin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment