mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
update SConscript: support scons 3.
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user