Skip to content
Snippets Groups Projects
Commit ec61a179 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

main .tmf with DMmagctrl .so linkage inserted

parent f94c6117
No related branches found
No related tags found
No related merge requests found
......@@ -303,6 +303,13 @@ ifeq ($(SFCN),0)
SYSLIBS += -lm
endif
# Additional .so for compiling DM controllers, RTWINCLUDEAOT has
# to be set before building, e.g. setenv('RTWINCLUDEAOT','1') from
# the compiling matlab session
ifeq ($(RTWINCLUDEAOT),1)
SYSLIBS += -lexport_aot_model_linux
endif
LIBS =
|>START_PRECOMP_LIBRARIES<|
ifeq ($(OPT_OPTS),$(DEFAULT_OPT_OPTS))
......
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