RNG bugfix for DOS (DJGPP)

This commit is contained in:
TheTank20
2025-06-09 22:22:45 -05:00
parent 74ff1ea08c
commit 1f85bf954e
6 changed files with 100 additions and 7 deletions

View File

@@ -64,8 +64,8 @@ jobs:
git clone https://github.com/UMSKT/openssl.git openssl
pushd openssl
source ${{ github.workspace }}/djgpp/setenv
./Configure no-threads -DOPENSSL_DEV_NO_ATOMICS --prefix=${{ github.workspace }}/djgpp DJGPP
make && make install
./Configure no-threads no-tests -DOPENSSL_DEV_NO_ATOMICS --prefix=${{ github.workspace }}/djgpp DJGPP
make && make install_sw
popd
- name: Build