Reverse the dependencies (yet again) and target only xCore-200
This commit is contained in:
@@ -6,7 +6,8 @@ import sys
|
|||||||
from waflib import Options, Errors
|
from waflib import Options, Errors
|
||||||
from waflib.Build import BuildContext, CleanContext
|
from waflib.Build import BuildContext, CleanContext
|
||||||
|
|
||||||
TARGETS = ['xcore200', 'xcoreai']
|
#TARGETS = ['xcore200', 'xcoreai']
|
||||||
|
TARGETS = ['xcore200'] # Target xcore200 only for the time being
|
||||||
|
|
||||||
def get_ruby():
|
def get_ruby():
|
||||||
"""
|
"""
|
||||||
@@ -215,7 +216,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', 'lib_xud', 'Unity']
|
depends_on = ['lib_xud', 'lib_xua', 'Unity']
|
||||||
include = ['.']
|
include = ['.']
|
||||||
source = [
|
source = [
|
||||||
os.path.join(UNITY_TEST_DIR,
|
os.path.join(UNITY_TEST_DIR,
|
||||||
|
|||||||
Reference in New Issue
Block a user