Skip to content
Snippets Groups Projects
Commit 1ec7a3a5 authored by Gilles Duboscq's avatar Gilles Duboscq
Browse files

Set include_in_polyglot

parent 8d416412
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ def copylib(args):
return 0
if os.environ.has_key('FASTR_RELEASE'):
# if args[0] == 'quadmath' and (mx.get_arch() == 'sparcv9' or mx.get_os() == 'solaris'):
# if args[0] == 'quadmath' and (mx.get_arch() == 'sparcv9' or mx.get_os() == 'solaris'):
if mx.get_arch() == 'sparcv9' or mx.get_os() == 'solaris':
return 0
if os.environ.get('FASTR_RELEASE') == 'dev':
......
......@@ -302,4 +302,5 @@ mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage(
'link:<support>/bin/Rscript',
'link:<support>/bin/exec/R',
],
include_in_polyglot=False,
), _fastr_suite)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment