Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ezekiel Dohmen
advLigoRTS
Commits
3e16e5be
Commit
3e16e5be
authored
Nov 10, 2022
by
Ezekiel Dohmen
Browse files
Adding link options for userspace build
parent
961dd852
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/epics/util/lib/createUserModuleBuildEnv.pm
View file @
3e16e5be
...
...
@@ -226,6 +226,10 @@ my ($makefileDir) = @_;
print
OUTM
"
list(APPEND LDFLAGS
\"
-L
\$
{API_LIB_PATH}
\"
)
\n
";
}
if
(
$
::
extra_usp_linkoptions
)
{
print
OUTM
"
list(APPEND LDFLAGS
\"
$::extra_usp_linkoptions
\"
)
\n
";
}
print
OUTM
"
\n
";
close
OUTM
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment