mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Perform a ./Build distclean in ./xs automatically
This commit is contained in:
parent
995c68b57f
commit
f69dc7201d
1 changed files with 1 additions and 0 deletions
1
Build.PL
1
Build.PL
|
@ -99,6 +99,7 @@ EOF
|
||||||
# temporarily require this dev version until this upstream bug
|
# temporarily require this dev version until this upstream bug
|
||||||
# is resolved: https://rt.cpan.org/Ticket/Display.html?id=86367
|
# is resolved: https://rt.cpan.org/Ticket/Display.html?id=86367
|
||||||
system $cpanm, 'SMUELLER/ExtUtils-ParseXS-3.18_04.tar.gz';
|
system $cpanm, 'SMUELLER/ExtUtils-ParseXS-3.18_04.tar.gz';
|
||||||
|
system './xs/Build', 'distclean' if -e './xs/Build';
|
||||||
system $cpanm, '--reinstall', './xs';
|
system $cpanm, '--reinstall', './xs';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue