mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
Attempt to fix OSX compilation
This commit is contained in:
parent
7f71cfaee7
commit
bab760897b
@ -297,6 +297,7 @@ class AMXXConfig(object):
|
|||||||
if self.use_auto_versioning():
|
if self.use_auto_versioning():
|
||||||
binary.compiler.rcdefines += ['AMXX_GENERATED_BUILD']
|
binary.compiler.rcdefines += ['AMXX_GENERATED_BUILD']
|
||||||
elif builder.target_platform == 'mac':
|
elif builder.target_platform == 'mac':
|
||||||
|
if binary.type == 'library':
|
||||||
binary.compiler.postlink += [
|
binary.compiler.postlink += [
|
||||||
'-compatibility_version', '1.0.0',
|
'-compatibility_version', '1.0.0',
|
||||||
'-current_version', self.productVersion
|
'-current_version', self.productVersion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user