mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 13:38:00 +00:00
Remove standalone.gclient
Use `scripts/standalone.gclient` instead. Bug: dawn:1339 Change-Id: Id702d42d104a0f6951973792389f897a6bdf4b10 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86069 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
17393c1535
commit
afbe161cd4
@@ -527,7 +527,7 @@ System: %+v`, path, res.System, e.system)
|
||||
func (e env) fetchTintDeps() error {
|
||||
gclientConfig := filepath.Join(e.tintDir, ".gclient")
|
||||
if _, err := os.Stat(gclientConfig); errors.Is(err, os.ErrNotExist) {
|
||||
standalone := filepath.Join(e.tintDir, "standalone.gclient")
|
||||
standalone := filepath.Join(e.tintDir, "scripts", "standalone.gclient")
|
||||
if err := copyFile(gclientConfig, standalone); err != nil {
|
||||
return fmt.Errorf("failed to copy '%v' to '%v':\n %w", standalone, gclientConfig, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user