This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 79
79
shell : bash
80
80
run : |
81
81
mkdir -p $HOME/.sccache
82
- export CFLAGS="--target=i686 -windows-msvc"
83
- export CXXFLAGS="--target=i686 -windows-msvc"
84
- export LDFLAGS="--target=i686 -windows-msvc"
82
+ export CFLAGS="--target=x86_64 -windows-msvc"
83
+ export CXXFLAGS="--target=x86_64 -windows-msvc"
84
+ export LDFLAGS="--target=x86_64 -windows-msvc"
85
85
cmake -B build -DBUILD_GEODE=OFF -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -G Ninja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
86
86
cmake --build build --config ${{env.BUILD_TYPE}}
87
87
@@ -108,7 +108,7 @@ jobs:
108
108
run : |
109
109
mkdir -p ${{ github.workspace }}/bin/standalone
110
110
cp -r ${{ github.workspace }}/bin/openhack ${{ github.workspace }}/bin/standalone/openhack
111
- cp ${{ github.workspace }}/bin/xinput9_1_0 .dll ${{ github.workspace }}/bin/standalone/xinput9_1_0 .dll
111
+ cp ${{ github.workspace }}/bin/xinput1_4 .dll ${{ github.workspace }}/bin/standalone/xinput1_4 .dll
112
112
113
113
- name : Package standalone
114
114
run : |
@@ -136,4 +136,4 @@ jobs:
136
136
${{ github.workspace }}/bin/OpenHack-Nightly.zip
137
137
${{ github.workspace }}/bin/prevter.openhack.geode
138
138
${{ github.workspace }}/bin/prevter.openhack.pdb
139
- ${{ github.workspace }}/bin/xinput9_1_0 .pdb
139
+ ${{ github.workspace }}/bin/xinput1_4 .pdb
You can’t perform that action at this time.
0 commit comments