mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 02:18:30 +00:00
Actually fix build regression from #102
This commit is contained in:
parent
c3f0c4c7b6
commit
e7dc35f3c8
@ -13,8 +13,14 @@ use FindBin;
|
|||||||
use lib $FindBin::Bin;
|
use lib $FindBin::Bin;
|
||||||
require 'helpers.pm';
|
require 'helpers.pm';
|
||||||
|
|
||||||
|
#Go back to tree root.
|
||||||
|
my ($result);
|
||||||
|
chdir(Build::PathFormat('../..'));
|
||||||
|
$result = `git submodule update --init --recursive`;
|
||||||
|
print "$result\n";
|
||||||
|
|
||||||
#Go back above build dir
|
#Go back above build dir
|
||||||
chdir(Build::PathFormat('../../..'));
|
chdir(Build::PathFormat('..'));
|
||||||
|
|
||||||
#Get the source path.
|
#Get the source path.
|
||||||
our ($root) = getcwd();
|
our ($root) = getcwd();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user