mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[arm] add ARM compilation support (MSVC)
* Yay! * Also remove unneeded stdint.h/stdbool.h/inttypes.h
This commit is contained in:
parent
32b5987387
commit
23d71ae0f1
19 changed files with 774 additions and 591 deletions
|
@ -5,7 +5,7 @@ init:
|
|||
if ($env:appveyor_repo_tag -eq "true") {
|
||||
Update-AppveyorBuild -Version "$env:appveyor_repo_tag_name"
|
||||
} else {
|
||||
Update-AppveyorBuild -Version "dev-$($env:appveyor_repo_commit.substring(0,7))"
|
||||
Update-AppveyorBuild -Version "dev-$($env:appveyor_repo_commit.substring(0,8))"
|
||||
}
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue