Skip to content
Snippets Groups Projects
Commit 801affd7 authored by Mark Charlebois's avatar Mark Charlebois Committed by Julian Oes
Browse files

Added define for qurt build so the _skel library works


The _skel lib created for the qurt build was failaing because
the loader could not find the un-exported global symbol because
default visibility was set to hidden. The define is used to
explicitly export the QAIC function needed bu the loader.

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent e6d27f01
No related branches found
No related tags found
No related merge requests found
Subproject commit c148d92f59c3f5e619093d16c20c4285a7f0ce11
Subproject commit ad5d12a639b48020dda6eabda653c96a2fc29740
......@@ -172,6 +172,7 @@ function(px4_os_add_flags)
set(added_definitions
-D__PX4_QURT
-D__PX4_POSIX
-D__QAIC_SKEL_EXPORT=__EXPORT
-include ${PX4_INCLUDE_DIR}visibility.h
)
......
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