fix: remove symlink option from colcon build command in task_build function
This commit is contained in:
@@ -255,7 +255,7 @@ def _task_build(screen: LogScreen) -> None:
|
|||||||
)
|
)
|
||||||
|
|
||||||
_run_logged(
|
_run_logged(
|
||||||
["colcon", "build", "--symlink-install"],
|
["colcon", "build"],
|
||||||
_track,
|
_track,
|
||||||
env=env,
|
env=env,
|
||||||
cwd=_PROJECT_DIR,
|
cwd=_PROJECT_DIR,
|
||||||
|
|||||||
Reference in New Issue
Block a user