forked from PAWPAW-Mirror/lib_xua
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.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,
|
||||
|
||||
Reference in New Issue
Block a user