mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Move externals/ to third_party/
This commit is contained in:
@@ -241,7 +241,7 @@ class Builder:
|
||||
self.__build_path = path.abspath(path.join(self.__source_path, 'build'))
|
||||
|
||||
files = os.listdir(self.__source_path)
|
||||
for dir in ['src', 'installer', 'externals']:
|
||||
for dir in ['src', 'installer', 'third_party']:
|
||||
if dir not in files:
|
||||
raise RuntimeError('Cannot find {} folder! Are we in the right directory?'.format(dir))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user