We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e5c7f commit 774ccd3Copy full SHA for 774ccd3
build_conquest_python.py
@@ -182,7 +182,7 @@ def extract_source_archives(self):
182
super().extract_source_archives()
183
# Remove packages we don't want to build
184
sp = Path(self.main_source_directory_path / 'pkgs')
185
-
+
186
sqlite_path = sp.glob('sqlite*')
187
for file in sqlite_path:
188
shutil.rmtree(file)
0 commit comments