mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +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
|
# Clean up the Python parts of this build, since we can do more than one
|
||||||
# build per invocation of the docker image.
|
# build per invocation of the docker image.
|
||||||
rm -rf build/waf
|
rm -rf build/waf wx/__pycache__
|
||||||
rm -f wx/* || true
|
rm -f wx/*.so || true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user