mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
move comment to the code it belongs to
This commit is contained in:
parent
403925ef0e
commit
ba62b06f25
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ def main():
|
||||||
if qtInstallPath != '':
|
if qtInstallPath != '':
|
||||||
pm.writeVar('QT_CMAKE_PREFIX_PATH', qtInstallPath)
|
pm.writeVar('QT_CMAKE_PREFIX_PATH', qtInstallPath)
|
||||||
|
|
||||||
|
# Only allow one instance of the program to run at a time
|
||||||
with hifi_singleton.Singleton(pm.lockFile) as lock:
|
with hifi_singleton.Singleton(pm.lockFile) as lock:
|
||||||
|
|
||||||
with timer('Bootstraping'):
|
with timer('Bootstraping'):
|
||||||
|
|
Loading…
Reference in a new issue