diff options
| author | Alexandru Croitor <alexandru.croitor@qt.io> | 2021-10-28 16:45:17 +0200 |
|---|---|---|
| committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2021-10-28 18:15:20 +0200 |
| commit | 0c6eb7cd232fff9d81a8d5bc9a7fd71d9b8c67f5 (patch) | |
| tree | f857ae6db8d9ab90b6215326729985e219c2e85c /examples/declarative/referenceexamples/adding | |
| parent | 1e7f97e082d5430ff8323bc58c480d00a4f64852 (diff) | |
Revert "setup.py: Move all build dirs into a common 'build' subdirectory"
This reverts commit 234349d124ccfa399921e2b9fc09addcff0b0a94.
It fixes the following warning
warning: PysideInstallLib: 'build/lib.macosx-10.14-x86_64-3.7'
does not exist -- no Python modules to install
The build_lib directory is only assigned during the run() method of
the build command, which means the install command didn't pick up
anything to install, because it expects the build_lib to be set during
finalize_options of the build command, and it wasn't, it had the
default value instead.
Installation accidentally worked for the bdist_wheel command because
the build command is run to completion before the install command
is prepared.
Pick-to: 6.2
Change-Id: I512a958db30858344f0d873a23bff0b925d7618e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/declarative/referenceexamples/adding')
0 files changed, 0 insertions, 0 deletions
