Skip to content

Commit

Permalink
fixed working directory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFrosch committed Oct 18, 2024
1 parent 9fedf0b commit b7cecf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/com/google/idea/blaze/cpp/BlazeCWorkspace.java
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ private WorkspaceModel calculateConfigurations(
workspaceModifiable,
id,
id,
workspaceRoot.directory(),
blazeProjectData.getBlazeInfo().getExecutionRoot(),
configLanguages,
configSourceFiles);

Expand Down

0 comments on commit b7cecf1

Please sign in to comment.