mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
Do not force a reconfigure of meson projects.
If meson.build changes, the ninja command will rebuild it. And its avoid us to delete the build directory.
This commit is contained in:
@ -466,6 +466,7 @@ class MesonBuilder(Builder):
|
||||
return 'static' if self.buildEnv.platformInfo.static else 'shared'
|
||||
|
||||
def _configure(self, context):
|
||||
context.no_skip = False
|
||||
context.try_skip(self.build_path)
|
||||
if os.path.exists(self.build_path):
|
||||
shutil.rmtree(self.build_path)
|
||||
|
Reference in New Issue
Block a user