mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
Upload
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ def build(bld):
|
||||
|
||||
defines = []
|
||||
|
||||
libs = ['tier0','tier1','tier2','tier3','vstdlib','SDL2']
|
||||
libs = ['tier0','tier1','tier2','tier3','vstdlib','sdl2']
|
||||
|
||||
install_path = bld.env.LIBDIR
|
||||
|
||||
|
||||
@@ -31,7 +31,9 @@ def build(bld):
|
||||
'../../public',
|
||||
'../../public/tier0',
|
||||
'../../public/tier1',
|
||||
'../../common'
|
||||
'../../common',
|
||||
'../../thirdparty/freetype2-android/include', # [$ANDROID]
|
||||
'../../thirdparty/fontconfig' # [$ANDROID]
|
||||
] + bld.env.INCLUDES_FT2
|
||||
|
||||
defines = []
|
||||
|
||||
Reference in New Issue
Block a user