mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 21:18:23 +01:00
Perl: I don't need CCFLAGS
This commit is contained in:
parent
c3f793aa09
commit
e92e99c4d1
@ -6,12 +6,9 @@ perl_version '5.008005';
|
||||
license 'perl';
|
||||
can_cc or die "This module requires a C compiler";
|
||||
|
||||
my $ccflags = '.';
|
||||
|
||||
makemaker_args(
|
||||
OBJECT => '$(O_FILES)',
|
||||
LIBS => [''],
|
||||
CCFLAGS => $ccflags,
|
||||
clean => {
|
||||
FILES => q{
|
||||
*.stackdump
|
||||
|
Loading…
x
Reference in New Issue
Block a user