Skip to content

Commit e1fd882

Browse files
authored
chore: change platform ros build to symlink-install (#11)
1 parent 1479749 commit e1fd882

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

platform_cli/groups/ros.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ def command():
7070

7171
if not no_base:
7272
env = get_ros_env()
73-
args_str += (
74-
f" --merge-install --install-base /opt/greenroom/{env['PLATFORM_MODULE']}"
75-
)
73+
args_str += f" --merge-install --symlink-install --install-base /opt/greenroom/{env['PLATFORM_MODULE']}"
7674

7775
if debug_symbols:
7876
args_str += " --cmake-args -D CMAKE_BUILD_TYPE=RelWithDebInfo"

0 commit comments

Comments
 (0)