mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 13:02:50 +00:00
Add some debugging to figure out what's wrong with the program files variable
This commit is contained in:
parent
e88f99966e
commit
919a96f0bc
@ -322,6 +322,7 @@ class WindowsBuilder(Builder):
|
|||||||
"""
|
"""
|
||||||
Build some default values for the config file
|
Build some default values for the config file
|
||||||
"""
|
"""
|
||||||
|
print('get_config_defaults')
|
||||||
config_defaults = super().get_config_defaults()
|
config_defaults = super().get_config_defaults()
|
||||||
config_defaults.update({
|
config_defaults.update({
|
||||||
'pyroot': self.python_root,
|
'pyroot': self.python_root,
|
||||||
@ -354,6 +355,7 @@ class WindowsBuilder(Builder):
|
|||||||
"""
|
"""
|
||||||
Set up some system paths.
|
Set up some system paths.
|
||||||
"""
|
"""
|
||||||
|
print('setup_system_paths')
|
||||||
super().setup_system_paths()
|
super().setup_system_paths()
|
||||||
self.python_root = os.path.dirname(self.python)
|
self.python_root = os.path.dirname(self.python)
|
||||||
self.site_packages = os.path.join(self.python_root, 'Lib', 'site-packages')
|
self.site_packages = os.path.join(self.python_root, 'Lib', 'site-packages')
|
||||||
|
Loading…
Reference in New Issue
Block a user