Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones committed Aug 19, 2024
1 parent 060a6af commit 2f2e7be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/generators/legacy/src/Generator/CreateProject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ extension Generator {
let projectDirComponents = absoluteProjectDirPath
.split(separator: "/", omittingEmptySubsequences: false)

// build_output_base/execroot/_main -> indexbuild_output_base/execroot/_main
let indexingProjectDirPath =
(projectDirComponents.prefix(upTo: projectDirComponents.count - 3) +
["indexbuild_output_base"] +
projectDirComponents.suffix(2)).joined(separator: "/")

var buildSettings: [String: Any] = [
"ALWAYS_SEARCH_USER_PATHS": false,
"BAZEL_CONFIG": project.bazelConfig,
Expand Down

0 comments on commit 2f2e7be

Please sign in to comment.