mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 10:30:00 +00:00
Revert "wscript: add zlib library"
This reverts commit 9b68b0c1e2004095bd0eef3549bef036a020c990.
This commit is contained in:
parent
73cf465ce4
commit
ab16867f6b
@ -52,9 +52,12 @@ def configure(conf):
|
||||
if conf.env.DEST_OS == 'win32':
|
||||
conf.env.append_unique('DEFINES', 'DBGHELP')
|
||||
conf.env.append_unique('DEFINES', 'PSAPI_VERSION=1')
|
||||
<<<<<<< HEAD
|
||||
|
||||
if conf.env.DEST_SIZEOF_VOID_P != 4:
|
||||
conf.env.append_unique('DEFINES', 'XASH_64BIT')
|
||||
=======
|
||||
>>>>>>> parent of 9b68b0c... wscript: add zlib library
|
||||
|
||||
def build(bld):
|
||||
libs = [ 'public' ]
|
||||
@ -84,9 +87,6 @@ def build(bld):
|
||||
libs += ['LOG', 'EGL', 'ANDROID']
|
||||
source += bld.path.ant_glob(['platform/android/*.cpp', 'platform/android/*.c'])
|
||||
|
||||
# Add zlib for all builds
|
||||
libs += [ 'ZLIB' ]
|
||||
|
||||
# add client files
|
||||
if not bld.env.DEDICATED:
|
||||
source += bld.path.ant_glob([
|
||||
|
Loading…
x
Reference in New Issue
Block a user