]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/unit-cc.pl
Update the exemptchanops module section in modules.conf.example with missing exemptions.
[user/henk/code/inspircd.git] / make / unit-cc.pl
index 311c4c2607fa922520efae5fe2d4a85ef30d01e7..18e60d7597ad31a4b0d1fa12a0a20b68c615390a 100755 (executable)
@@ -78,7 +78,7 @@ sub do_link_dir {
        for my $file (<$dir/*.cpp>) {
                $link_flags .= rpath(get_directive($file, 'LinkerFlags', '')) . ' ';
        }
-       my $execstr = "$ENV{CXX} -o $out $ENV{PICLDFLAGS} $link_flags @_";
+       my $execstr = "$ENV{CXX} -o $out $ENV{PICLDFLAGS} @_ $link_flags";
        message 'LINK', $out, $execstr;
        exec $execstr;
 }