Make examples again work for nonrelease builds

This commit is contained in:
Mitch Watrous
2013-06-19 13:55:49 -07:00
parent 5f1a54818f
commit b11234bba3

View File

@@ -1004,6 +1004,7 @@ def run_tests():
#
# Set the proper suffix.
#
global BUILD_PROFILE_SUFFIX
if BUILD_PROFILE == 'release':
BUILD_PROFILE_SUFFIX = ""
else: