2017-07-06 03:05:45 +00:00
|
|
|
diff -up PyQt5_gpl-5.9/configure.py.sipdir PyQt5_gpl-5.9/configure.py
|
|
|
|
--- PyQt5_gpl-5.9/configure.py.sipdir 2017-07-03 12:24:48.000000000 -0500
|
|
|
|
+++ PyQt5_gpl-5.9/configure.py 2017-07-05 20:31:35.319524089 -0500
|
2015-06-04 22:42:37 +00:00
|
|
|
@@ -25,6 +25,7 @@ import os
|
|
|
|
import shutil
|
|
|
|
import stat
|
|
|
|
import sys
|
|
|
|
+import sipconfig
|
|
|
|
|
|
|
|
|
|
|
|
# Initialise the constants.
|
2017-04-03 11:59:27 +00:00
|
|
|
@@ -485,7 +486,7 @@ class TargetConfiguration:
|
2015-06-04 22:42:37 +00:00
|
|
|
self.pyqt_bin_dir = py_config.bin_dir
|
|
|
|
self.pyqt_module_dir = py_config.module_dir
|
2016-04-25 15:47:27 +00:00
|
|
|
self.pyqt_stubs_dir = os.path.join(py_config.module_dir, 'PyQt5')
|
2015-06-04 22:42:37 +00:00
|
|
|
- self.pyqt_sip_dir = os.path.join(py_config.data_dir, 'sip', 'PyQt5')
|
|
|
|
+ self.pyqt_sip_dir = os.path.join(sipconfig.Configuration().default_sip_dir, 'PyQt5')
|
|
|
|
self.pyuic_interpreter = py_config.pyuic_interpreter
|
|
|
|
|
2017-07-06 03:05:45 +00:00
|
|
|
# Remaining values.
|