mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 00:15:21 +08:00
Merge pull request #434 from grissiom/fix-scons-tool
building: PrepareBuilding forgot to declare BuildOptions as global
This commit is contained in:
commit
841fe30d8c
@ -259,6 +259,7 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
|
||||
def PrepareModuleBuilding(env, root_directory, bsp_directory):
|
||||
import rtconfig
|
||||
|
||||
global BuildOptions
|
||||
global Env
|
||||
global Rtt_Root
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user