cmake: create a directory for toolchain files
This commit is contained in:
parent
980c762ba2
commit
3e96dea278
5
init.py
5
init.py
@ -142,10 +142,9 @@ OPTIONS['ninja'] = Option(
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
OPTIONS['mingw'] = Option(
|
OPTIONS['mingw'] = Option(
|
||||||
vars={
|
vars={
|
||||||
'CMAKE_TOOLCHAIN_FILE': os.path.realpath(
|
'CMAKE_TOOLCHAIN_FILE': os.path.join(
|
||||||
os.path.join(
|
|
||||||
os.path.dirname(__file__),
|
os.path.dirname(__file__),
|
||||||
'mingw.toolchain')
|
'cmake', 'toolchain', 'mingw'
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
compiler='gcc',
|
compiler='gcc',
|
||||||
|
Loading…
Reference in New Issue
Block a user