Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Summpot committed Mar 23, 2024
1 parent 087bccd commit f62ed1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
rid:
[
win-x64,
win-x86,
# win-x86,
]
include:
- { os: ubuntu-latest, rid: win-x64 }
- { os: ubuntu-latest, rid: win-x86 }
# - { os: ubuntu-latest, rid: win-x86 }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
rid:
[
win-x64,
win-x86,
# win-x86,
]
include:
- { os: ubuntu-latest, rid: win-x64 }
- { os: ubuntu-latest, rid: win-x86 }
# - { os: ubuntu-latest, rid: win-x86 }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion native/minhook/minhook.cproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<OutputPath>bin\$(Configuration)\$(RuntimeIdedntifier)</OutputPath>
<DefineConstants Condition=" '$(RuntimeIdedntifier)' == 'win-x64' ">$(DefineConstants);_M_X64;__i386__</DefineConstants>
<DefineConstants Condition=" '$(RuntimeIdedntifier)' == 'win-x86' ">$(DefineConstants);_M_IX86;__x86_64__</DefineConstants>
<NoWarn>$(NoWarn);G56935CCE;GA203EE3F</NoWarn>
<UseMicrosoftAbi>true</UseMicrosoftAbi>
</PropertyGroup>
<ItemGroup>
<IncludeDirectory Include="src/include"></IncludeDirectory>
Expand Down

0 comments on commit f62ed1e

Please sign in to comment.