Skip to content

Commit

Permalink
Merge pull request #1510 from MasterDuke17/msinttypes_no_longer_neede…
Browse files Browse the repository at this point in the history
…d_in_install_include

msinttypes no longer needed in $PREFIX\include
  • Loading branch information
MasterDuke17 committed Jun 21, 2021
2 parents 2c4d35e + 42bbff9 commit 6977d05
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Configure.pl
Expand Up @@ -594,13 +594,6 @@ sub uniq {
$config{dasm_flags} = '';
}


if ($config{cc} eq 'cl') {
$config{install} .= "\t\$(MKPATH) \"\$(DESTDIR)\$(PREFIX)/include/msinttypes\"\n"
. "\t\$(CP) 3rdparty/msinttypes/*.h \"\$(DESTDIR)\$(PREFIX)/include/msinttypes\"\n";
push @hllincludes, 'msinttypes';
}

if ($^O eq 'aix' && $config{ptr_size} == 4) {
$config{ldflags} = join(',', $config{ldflags}, '-bmaxdata:0x80000000');
}
Expand Down

0 comments on commit 6977d05

Please sign in to comment.