update SConscript: support scons 3.

This commit is contained in:
aozima
2017-10-29 14:32:53 +08:00
parent d235ad44c6
commit f75c8f6e81
6 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ PIXMAN_VERSION = '0.21.6'
PIXMAN_PATH = 'pixman-' + PIXMAN_VERSION
if GetDepend('RT_USING_CAIRO') and not os.path.exists(PIXMAN_PATH):
print '================ERROR============================'
print 'Please get pixman dist and put them under pixman folder'
print '================================================='
print('================ERROR============================')
print('Please get pixman dist and put them under pixman folder')
print('=================================================')
exit(0)
# core source files