Added a notification for the Check External References setting.

This commit is contained in:
ViperMaul 2015-04-23 14:35:33 -07:00
parent 8f79147323
commit 79269db913

View File

@ -560,6 +560,8 @@ See the make.cfg file for additional build options.
else:
check_external = False
print_yellow("\nCheck external references is set to " + str(check_external))
# Get the directory the make script is in.
make_root = os.path.dirname(os.path.realpath(__file__))
make_root_parent = os.path.abspath(os.path.join(os.getcwd(), os.pardir))