mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Perform a ./Build distclean in ./xs automatically
This commit is contained in:
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';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user