mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
#11642 add version of used python to configure.log protocol
This commit is contained in:
parent
52e21bfcc9
commit
c7d4d81385
@ -1804,6 +1804,7 @@ if __name__ == '__main__':
|
||||
lyx_keep_temps = False
|
||||
version_suffix = ''
|
||||
lyx_binary_dir = ''
|
||||
logger.info("+Running LyX configure with Python %s.%s.%s", sys.version_info[0], sys.version_info[1], sys.version_info[2])
|
||||
## Parse the command line
|
||||
for op in sys.argv[1:]: # default shell/for list is $*, the options
|
||||
if op in [ '-help', '--help', '-h' ]:
|
||||
|
Loading…
Reference in New Issue
Block a user