Skip to content

Commit

Permalink
Support preventing REXX from being enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrg committed Jan 26, 2025
1 parent 46f9257 commit b435d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ for %%I in (%CK_K4W_DIST_FILES%) do set CK_K4W_DIST=%CK_K4W_DIST% %%I
:nok4w

echo Searching for REXX...
if "%CKF_REXX%" == "no" goto :norex
set CKF_REXX=no
if not exist %rexx_root%\include\rexxsaa.h echo Can't find rexxsaa.h
if not exist %rexx_root%\include\rexxsaa.h goto :norex
Expand Down

0 comments on commit b435d15

Please sign in to comment.