mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
#572 - We now always build common.pbo to make sure we always display the accurate version number in the RPT.
This commit is contained in:
@ -535,6 +535,10 @@ See the make.cfg file for additional build options.
|
|||||||
else:
|
else:
|
||||||
old_sha = ""
|
old_sha = ""
|
||||||
|
|
||||||
|
#We always build ACE_common so we can properly show the correct version stamp in the RPT file.
|
||||||
|
if module == "common":
|
||||||
|
old_sha = ""
|
||||||
|
|
||||||
# Hash the module
|
# Hash the module
|
||||||
new_sha = get_directory_hash(os.path.join(module_root, module))
|
new_sha = get_directory_hash(os.path.join(module_root, module))
|
||||||
|
|
||||||
|
@ -535,6 +535,10 @@ See the make.cfg file for additional build options.
|
|||||||
else:
|
else:
|
||||||
old_sha = ""
|
old_sha = ""
|
||||||
|
|
||||||
|
#We always build ACE_common so we can properly show the correct version stamp in the RPT file.
|
||||||
|
if module == "common":
|
||||||
|
old_sha = ""
|
||||||
|
|
||||||
# Hash the module
|
# Hash the module
|
||||||
new_sha = get_directory_hash(os.path.join(module_root, module))
|
new_sha = get_directory_hash(os.path.join(module_root, module))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user