mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
Fix CMAKE_SYSTEM_NAME variable in windows-arm* toolchains to correctly indicate target platform - update test build
This commit is contained in:
parent
3d89c301e3
commit
8af0f10578
2
Makefile
2
Makefile
@ -63,6 +63,8 @@ windows-static-x64-posix.test_ARGS = --exe-suffix ".exe"
|
||||
windows-shared-x86.test_ARGS = --exe-suffix ".exe"
|
||||
windows-shared-x64.test_ARGS = --exe-suffix ".exe"
|
||||
windows-shared-x64-posix.test_ARGS = --exe-suffix ".exe"
|
||||
windows-armv7.test_ARGS = --exe-suffix ".exe"
|
||||
windows-arm64.test_ARGS = --exe-suffix ".exe"
|
||||
bare-armv7emhf-nano_newlib.test_ARGS = --linker-flags="--specs=nosys.specs"
|
||||
|
||||
# On CircleCI, do not attempt to delete container
|
||||
|
Loading…
Reference in New Issue
Block a user