maint: test new workflow for mac
This commit is contained in:
parent
8698e7f9c6
commit
abcdac6b80
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
platform: x64
|
platform: x64
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files
|
- name: Check out files
|
||||||
uses: actions/checkout@v3.5.2
|
uses: actions/checkout@v3.5.3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -80,7 +80,7 @@ jobs:
|
|||||||
config: release
|
config: release
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files
|
- name: Check out files
|
||||||
uses: actions/checkout@v3.5.2
|
uses: actions/checkout@v3.5.3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -130,7 +130,7 @@ jobs:
|
|||||||
- Release
|
- Release
|
||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
- ARM64
|
- arm64
|
||||||
include:
|
include:
|
||||||
- configuration: Debug
|
- configuration: Debug
|
||||||
config: debug
|
config: debug
|
||||||
@ -138,7 +138,7 @@ jobs:
|
|||||||
config: release
|
config: release
|
||||||
- arch: x64
|
- arch: x64
|
||||||
platform: x64
|
platform: x64
|
||||||
- arch: ARM64
|
- arch: arm64
|
||||||
platform: arm64
|
platform: arm64
|
||||||
steps:
|
steps:
|
||||||
- name: Check out files
|
- name: Check out files
|
||||||
|
10
deps/premake/libtomcrypt.lua
vendored
10
deps/premake/libtomcrypt.lua
vendored
@ -45,17 +45,17 @@ function libtomcrypt.project()
|
|||||||
"_CRT_SECURE_NO_WARNINGS",
|
"_CRT_SECURE_NO_WARNINGS",
|
||||||
"LTC_SOURCE",
|
"LTC_SOURCE",
|
||||||
"_LIB",
|
"_LIB",
|
||||||
"USE_LTM"
|
"USE_LTM",
|
||||||
}
|
}
|
||||||
|
|
||||||
removedefines {
|
removedefines {
|
||||||
"_DLL",
|
"_DLL",
|
||||||
"_USRDLL"
|
"_USRDLL",
|
||||||
}
|
}
|
||||||
|
|
||||||
linkoptions {
|
if os.istarget("darwin") then
|
||||||
"-IGNORE:4221"
|
buildoptions "-march=native"
|
||||||
}
|
end
|
||||||
|
|
||||||
warnings "Off"
|
warnings "Off"
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
|
Loading…
Reference in New Issue
Block a user