Revert "wscript: add zlib library"

This reverts commit 9b68b0c1e2.
This commit is contained in:
Alibek Omarov 2019-06-02 11:22:18 +03:00
parent 73cf465ce4
commit ab16867f6b
1 changed files with 3 additions and 3 deletions

View File

@ -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([