Skip to content

Commit 5e1fc21

Browse files
committed
ProjectBuildConfig: re-enable default cargo run
Cargo might not be in the user's path. So, running cargo normally would fail. This cargo command for listing the executables This will hack-around issue #115 which I will fix eventually.
1 parent adfdb1e commit 5e1fc21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/ProjectManager/ProjectBuildConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ auto ProjectBuildConfig::updateBinariesCargo() -> void {
674674
auto e = ExecutableInfo();
675675
this->executables.clear();
676676

677-
#if 0
677+
#if 1
678678
e.name = "cargo run";
679679
e.runDirectory = "${source_directory}";
680680
e.executables[PLATFORM_LINUX] = "cargo run";

0 commit comments

Comments
 (0)