1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Remove dev part of bootstrap, for release builds.

This commit is contained in:
David Anderson 2008-11-26 00:27:45 -06:00
parent ab4dfdc722
commit 1404583a00

View File

@ -20,5 +20,5 @@ if ($^O eq "linux")
Build::Command("flip -u support/versionchanger.pl");
Build::Command("chmod +x support/versionchanger.pl");
}
Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');
#Build::Command(Build::PathFormat('support/versionchanger.pl') . ' --buildstring="-dev"');