mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 09:49:36 +00:00
Initial android support
This commit is contained in:
+2
-4
@@ -40,7 +40,7 @@ def build(bld):
|
||||
'memstack.cpp',
|
||||
'NetAdr.cpp',
|
||||
'newbitbuf.cpp',
|
||||
'pathmatch.cpp', # [$LINUXALL]
|
||||
# 'pathmatch.cpp', # [$LINUXALL]
|
||||
# 'processor_detect.cpp', # [$WINDOWS||$X360]
|
||||
'processor_detect_linux.cpp', # [$POSIX]
|
||||
'qsort_s.cpp', # [$LINUXALL||$PS3]
|
||||
@@ -74,9 +74,7 @@ def build(bld):
|
||||
|
||||
defines = []
|
||||
|
||||
libs = [
|
||||
'libgnustl_static.a'
|
||||
]
|
||||
libs = []
|
||||
|
||||
bld.stlib(
|
||||
source = source,
|
||||
|
||||
Reference in New Issue
Block a user