Skip to content

Commit a40e441

Browse files
committed
Mark AbstractSulongNativeProject as not jdk dependent.
1 parent 5618305 commit a40e441

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sulong/mx.sulong/mx_sulong_suite_constituents.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,9 @@ def __init__(self, suite, name, deps, workingSets, subDir, results=None, output=
413413
srcDir = mx_subst.path_substitutions.substitute(srcDir)
414414
super(AbstractSulongNativeProject, self).__init__(suite, name, subDir, [srcDir], deps, workingSets, results, output, d, **args)
415415

416+
def isJDKDependent(self):
417+
return False
418+
416419

417420
class VariantCMakeNinjaBuildTask(mx_cmake.CMakeNinjaBuildTask):
418421
def __init__(self, args, project, target_arch=mx.get_arch(), ninja_targets=None, variant=None):

0 commit comments

Comments
 (0)