forked from PAWPAW-Mirror/lib_xua
Add XUD to the dependency list
This commit is contained in:
@@ -243,7 +243,7 @@ def build(bld):
|
|||||||
bld.env.XCC_FLAGS = ['-O2', '-g', '-Wall', '-DUNITY_SUPPORT_64',
|
bld.env.XCC_FLAGS = ['-O2', '-g', '-Wall', '-DUNITY_SUPPORT_64',
|
||||||
'-DUNITY_INCLUDE_DOUBLE', bld.env.XCC_FLAGS]
|
'-DUNITY_INCLUDE_DOUBLE', bld.env.XCC_FLAGS]
|
||||||
|
|
||||||
depends_on = ['lib_xua', 'Unity']
|
depends_on = ['lib_xua', 'lib_xud', 'Unity']
|
||||||
include = ['.']
|
include = ['.']
|
||||||
source = [
|
source = [
|
||||||
os.path.join(UNITY_TEST_DIR,
|
os.path.join(UNITY_TEST_DIR,
|
||||||
|
|||||||
Reference in New Issue
Block a user