Skip to content
Snippets Groups Projects
Commit 7ede296e authored by Anthony Minessale II's avatar Anthony Minessale II
Browse files

fix a bug in some small changes to astxs utility

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3656 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 264fead2
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ exit if($args{nolink});
$vars{MAINOBJ} ||= $base.o;
$vars{MAINOBJ} ||= "$base.o";
$bad = esystem("$vars{CC} $vars{SOLINK} -o $vars{LDFLAGS} ${base}.so $vars{MAINOBJ} $vars{EXTOBJ}") if(!$bad and !$args{installonly});
exit -1 if($bad);
......
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