mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-22 00:19:19 +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';
|
license 'perl';
|
||||||
can_cc or die "This module requires a C compiler";
|
can_cc or die "This module requires a C compiler";
|
||||||
|
|
||||||
my $ccflags = '.';
|
|
||||||
|
|
||||||
makemaker_args(
|
makemaker_args(
|
||||||
OBJECT => '$(O_FILES)',
|
OBJECT => '$(O_FILES)',
|
||||||
LIBS => [''],
|
LIBS => [''],
|
||||||
CCFLAGS => $ccflags,
|
|
||||||
clean => {
|
clean => {
|
||||||
FILES => q{
|
FILES => q{
|
||||||
*.stackdump
|
*.stackdump
|
||||||
|
Loading…
x
Reference in New Issue
Block a user