|
@@ -47,10 +47,10 @@ Export('rtconfig')
|
|
|
|
|
|
SDK_ROOT = os.path.abspath('./')
|
|
|
|
|
|
-if os.path.exists(SDK_ROOT + '/Libraries'):
|
|
|
- libraries_path_prefix = SDK_ROOT + '/Libraries'
|
|
|
+if os.path.exists(SDK_ROOT + '/libraries'):
|
|
|
+ libraries_path_prefix = SDK_ROOT + '/libraries'
|
|
|
else:
|
|
|
- libraries_path_prefix = os.path.dirname(SDK_ROOT) + '/Libraries'
|
|
|
+ libraries_path_prefix = os.path.dirname(SDK_ROOT) + '/libraries'
|
|
|
|
|
|
SDK_LIB = libraries_path_prefix
|
|
|
Export('SDK_LIB')
|