Skip to content

Commit

Permalink
[GR-6365] Put Truffle NFI distributions in architecture dependent out…
Browse files Browse the repository at this point in the history
…put directory.

PullRequest: graal/618
  • Loading branch information
rschatz committed Nov 9, 2017
2 parents 3ab5ea6 + 7c46d95 commit b80f7cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
suite = {
"mxversion" : "5.123.0",
"mxversion" : "5.128.5",
"name" : "truffle",
"sourceinprojectwhitelist" : [],
"url" : "http://openjdk.java.net/projects/graal",
Expand Down Expand Up @@ -735,7 +735,7 @@
"native" : True,
"relpath" : True,
"platformDependent" : True,
"output" : "mxbuild/truffle-nfi-native",
"output" : "<mxbuild>/truffle-nfi-native",
"dependencies" : [
"com.oracle.truffle.nfi.native",
],
Expand Down Expand Up @@ -903,7 +903,7 @@
"TRUFFLE_TEST_NATIVE" : {
"native" : True,
"platformDependent" : True,
"output" : "mxbuild/truffle-test-native",
"output" : "<mxbuild>/truffle-test-native",
"dependencies" : [
"com.oracle.truffle.nfi.test.native",
],
Expand Down

0 comments on commit b80f7cb

Please sign in to comment.