Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
luna
LuNA
Commits
b97d3ff2
Commit
b97d3ff2
authored
Dec 04, 2022
by
Natalia Matus
Browse files
issue-34
parent
4d63e92d
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/luna
View file @
b97d3ff2
...
...
@@ -744,6 +744,9 @@ def main():
if
'SO_OUTPUT_FILE_NAME'
in
conf
:
shutil
.
copy
(
os
.
path
.
join
(
conf
[
'BUILD_DIR'
],
'libucodes.so'
),
conf
[
'SO_OUTPUT_FILE_NAME'
])
so
=
os
.
path
.
abspath
(
conf
[
'SO_OUTPUT_FILE_NAME'
])
else
:
so
=
os
.
path
.
join
(
conf
[
'BUILD_DIR'
],
'libucodes.so'
)
# =======
# run rts
...
...
@@ -752,7 +755,7 @@ def main():
rts
=
'rts.dbg'
if
conf
[
'DEBUG'
]
else
'rts'
cmd
=
[
os
.
path
.
join
(
conf
[
'LUNA_HOME'
],
'bin'
,
rts
)]
\
+
conf
[
'RTS_FLAGS'
]
\
+
[
o
s
.
path
.
join
(
conf
[
'BUILD_DIR'
],
'libucodes.so'
)
]
\
+
[
s
o
]
\
+
conf
[
'ARGV'
]
if
conf
[
'BALANCE'
]:
cmd
+=
'-b'
...
...
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