Skip to content
Snippets Groups Projects
Commit d66e96ee authored by bscuser's avatar bscuser
Browse files

Changing length of configopts

parent 39d7f981
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ builddependencies = [('Autotools', '20220317'),
preconfigopts = "autoreconf -vif && "
configopts = "--enable-cluster --disable-ctf-instrumentation --disable-graph-instrumentation --disable-lint-instrumentation --disable-verbose-instrumentation"
configopts = '--enable-cluster --disable-ctf-instrumentation --disable-graph-instrumentation'
configopts += '--disable-lint-instrumentation --disable-verbose-instrumentation'
modextravars = {'NANOS6_HOME': '%(installdir)s'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment