From f830661cefe757459a1cadd45267e65868409b8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Paul=20W=C3=B6gerer?= <paul.woegerer@oracle.com>
Date: Fri, 6 Apr 2018 10:38:14 +0200
Subject: [PATCH] Update to new MacroOptionKind changes

(also tool:truffle now includes nfi implicitly)
---
 mx.fastr/native-image.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mx.fastr/native-image.properties b/mx.fastr/native-image.properties
index 2350ea4bf0..48ad9b11c8 100644
--- a/mx.fastr/native-image.properties
+++ b/mx.fastr/native-image.properties
@@ -3,7 +3,7 @@
 
 ImageName = R
 
-Requires = Tool:nfi
+Requires = tool:truffle
 
 JavaArgs = \
     -Dfastr.resource.factory.class=com.oracle.truffle.r.nodes.builtin.EagerResourceHandlerFactory \
-- 
GitLab