Testing the integration with GitLab.
This commit is contained in:
parent
573bc65905
commit
cf4581c866
|
@ -3,7 +3,6 @@ use ExtUtils::MakeMaker;
|
|||
|
||||
my %ARGV = map { my @r = split /=/,$_; defined $r[1] or $r[1]=1; @r } @ARGV;
|
||||
my @exe_files = qw(bin/pandora_server bin/pandora_exec);
|
||||
|
||||
$ARGV{WITHOUT_TENTACLE} or push @exe_files, 'bin/tentacle_server';
|
||||
|
||||
WriteMakefile(
|
||||
|
|
Loading…
Reference in New Issue