mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Remove just the *.so files and __pycache__
This commit is contained in:
@@ -87,8 +87,8 @@ function do_build() {
|
||||
|
||||
# Clean up the Python parts of this build, since we can do more than one
|
||||
# build per invocation of the docker image.
|
||||
rm -rf build/waf
|
||||
rm -f wx/* || true
|
||||
rm -rf build/waf wx/__pycache__
|
||||
rm -f wx/*.so || true
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user