mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Another windows bootstrap fix.
This commit is contained in:
parent
eb6ab857fc
commit
52f5723f4e
@ -39,7 +39,7 @@ chdir('../..');
|
||||
if (-d '../OUTPUT') {
|
||||
Build::Delete(Cwd::abs_path('../OUTPUT'));
|
||||
}
|
||||
Build::Command("mkdir ../OUTPUT");
|
||||
Build::Command("mkdir " . Build::PathFormat('../OUTPUT'));
|
||||
|
||||
#Output directions on how to build.
|
||||
open(DIRECTIONS, '>installer/builder/directions.info');
|
||||
|
Loading…
Reference in New Issue
Block a user