2017-03-02 2 views

답변

2

ParseFlagsSCons documentation에서 설명한대로 환경 변수를 추가 MergeFlags 와야한다.

ParseFlags returns a dictionary containing the options distributed into their respective construction variables. Normally, this dictionary would be passed to MergeFlags to merge the options into a construction environment, but the dictionary can be edited if desired to provide additional functionality. (Note that if the flags are not going to be edited, calling MergeFlags with the options directly will avoid an additional step.)

예제에서 ParseFlags에 전달 된 문자열로 MergeFlags를 간단하게 호출 할 수 있습니다.

관련 문제