Skip to content

Commit

Permalink
Update setenv.bat
Browse files Browse the repository at this point in the history
Fix distribution of 32bit ARM OpenSSL binaries
  • Loading branch information
davidrg authored Sep 7, 2024
1 parent affe1a4 commit 8b4680d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ goto :bits32

:arm
REM 32bit ARM (Windows RT)
REM TODO: Check
set CKB_OPENSSL_SUFFIX=-arm
set CKB_TARGET_ARCH=ARM
goto :bits32

Expand Down Expand Up @@ -886,4 +886,4 @@ echo Once Zinc has been built for your compiler, you can build k95cinit.exe by
echo running mk.bat in %root%\kermit\dialer\init\
echo.

:end
:end

0 comments on commit 8b4680d

Please sign in to comment.