mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-12 08:38:27 +00:00
Fixed build hopefully.
This commit is contained in:
parent
106604e469
commit
0444f47ce5
@ -4,7 +4,7 @@
|
||||
use strict;
|
||||
use Cwd;
|
||||
use File::Basename;
|
||||
use File::Path 'remove_tree';
|
||||
use File::Path;
|
||||
|
||||
my ($myself, $path) = fileparse($0);
|
||||
chdir($path);
|
||||
@ -40,7 +40,7 @@ if (!(-d 'OUTPUT')) {
|
||||
}
|
||||
|
||||
if ($reconf) {
|
||||
remove_tree('OUTPUT');
|
||||
rmtree('OUTPUT');
|
||||
mkdir('OUTPUT') or die("Failed to create output folder: $!\n");
|
||||
chdir('OUTPUT');
|
||||
my ($result);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user