Change order of dependency list

This commit is contained in:
mbanth
2021-05-19 17:41:53 +01:00
parent ae5d364226
commit cbf2320de6

View File

@@ -243,7 +243,7 @@ def build(bld):
bld.env.XCC_FLAGS = ['-O2', '-g', '-Wall', '-DUNITY_SUPPORT_64',
'-DUNITY_INCLUDE_DOUBLE', bld.env.XCC_FLAGS]
depends_on = ['lib_xua', 'lib_xud', 'Unity']
depends_on = ['lib_xud', 'lib_xua', 'Unity']
include = ['.']
source = [
os.path.join(UNITY_TEST_DIR,