Reverse the dependencies (yet again) and target only xCore-200

This commit is contained in:
mbanth
2021-05-19 18:08:49 +01:00
parent 0f47ef96be
commit 4ffe3d94c7

View File

@@ -6,7 +6,8 @@ import sys
from waflib import Options, Errors
from waflib.Build import BuildContext, CleanContext
TARGETS = ['xcore200', 'xcoreai']
#TARGETS = ['xcore200', 'xcoreai']
TARGETS = ['xcore200'] # Target xcore200 only for the time being
def get_ruby():
"""
@@ -215,7 +216,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,