mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-26 19:54:14 +01:00
Update bootstrap script to configure builds for both x86 and x86_64.
This commit is contained in:
parent
c6302cfe1a
commit
404cfc792d
@ -34,6 +34,7 @@ my @conf_argv = (
|
|||||||
'--breakpad-dump',
|
'--breakpad-dump',
|
||||||
'--no-color',
|
'--no-color',
|
||||||
'--symbol-files'
|
'--symbol-files'
|
||||||
|
'--target-arch=x86,x86_64'
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($^O =~ /darwin/) {
|
if ($^O =~ /darwin/) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user