Skip to content
Snippets Groups Projects
Commit 7b1ce13f authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

fix build warn in dolt


remove inexistant variable

Change-Id: I86db7aedb7151b508b4d52ad6bc8224d7386810a
Reviewed-by: default avatarMaxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
parent c5e74abe
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ dhtproxy_variables="-DOPENDHT_PROXY_CLIENT=true -DOPENDHT_PROXY_SERVER=true -DOP
if $modeok && $tagok ; then
. ${top_builddir_slash}doltcompile "${args@<:@@@:>@}" ${dhtproxy_variables}
else
exec ${top_builddir_slash}libtool "$[]@" $(proxydht_variables) ${dhtproxy_variables}
exec ${top_builddir_slash}libtool "$[]@" ${dhtproxy_variables}
fi
__DOLTLIBTOOL__EOF__
......
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