Skip to content

Commit 02e6f35

Browse files
author
relt
committed
fixed shaderapiempty
1 parent 4c99855 commit 02e6f35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • materialsystem/shaderapiempty

materialsystem/shaderapiempty/wscript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def build(bld):
3535
defines = []
3636

3737
libs = ['tier0','tier1']
38-
38+
if bld.env.DEST_OS == 'android':
39+
libs += ['ANDROID_SUPPORT']
3940
install_path = bld.env.LIBDIR
4041

4142
bld.shlib(

0 commit comments

Comments
 (0)