We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1479749 commit e1fd882Copy full SHA for e1fd882
platform_cli/groups/ros.py
@@ -70,9 +70,7 @@ def command():
70
71
if not no_base:
72
env = get_ros_env()
73
- args_str += (
74
- f" --merge-install --install-base /opt/greenroom/{env['PLATFORM_MODULE']}"
75
- )
+ args_str += f" --merge-install --symlink-install --install-base /opt/greenroom/{env['PLATFORM_MODULE']}"
76
77
if debug_symbols:
78
args_str += " --cmake-args -D CMAKE_BUILD_TYPE=RelWithDebInfo"
0 commit comments