mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 05:41:46 +08:00
Various: Fixed obscure crashes on Mac
There were a couple of out-of-range/post-free accesses going on, which caused the Mac build to crash when optimisations were turned on.
This commit is contained in:
committed by
Alibek Omarov
parent
661b53d0b3
commit
37255354d4
@@ -29,7 +29,7 @@ def build(bld):
|
||||
bld(
|
||||
source = source,
|
||||
target = 'xash3d', # hl.exe
|
||||
features = 'c cprogram',
|
||||
features = 'c cxx cxxprogram',
|
||||
includes = includes,
|
||||
use = libs,
|
||||
install_path = bld.env.BINDIR,
|
||||
|
||||
Reference in New Issue
Block a user