File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,18 +181,18 @@ jobs:
181
181
mkdir mingw32
182
182
7z x $top/build-scripts/mingw/lowend-bin/i686-7.3.0-release-posix-dwarf-rt_v5-rev0+nasm.7z -o${MSYSTEM_PREFIX}
183
183
echo "MSYSTEM_PREFIX=${MSYSTEM_PREFIX}"
184
- find "${MSYSTEM_PREFIX}" -type f -iname "*.exe" -exec chmod +x {} \;
184
+ chmod +x ${MSYSTEM_PREFIX}/bin/*.*
185
+ chmod +x ${MSYSTEM_PREFIX}/i686-w64-mingw32/bin/*.*
186
+ chmod +x ${MSYSTEM_PREFIX}/opt/bin/*.*
185
187
- name : Build MinGW32 lowend SDL2
186
188
run : |
187
189
top=`pwd`
188
- export "MSYSTEM_PREFIX=/d/a/_temp/msys64/mingw32"
189
190
./build-mingw-sdl2
190
191
strip -s src/dosbox-x.exe
191
192
mkdir -p mingw-bin
192
193
cp src/dosbox-x.exe mingw-bin/dosbox-x_mingw_lowend_SDL2.exe
193
194
- name : Build MinGW32 lowend SDL1
194
195
run : |
195
- export "MSYSTEM_PREFIX=/d/a/_temp/msys64/mingw32"
196
196
./build-mingw
197
197
strip -s src/dosbox-x.exe
198
198
cp src/dosbox-x.exe mingw-bin/dosbox-x_mingw_lowend_SDL1.exe
You can’t perform that action at this time.
0 commit comments