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