Skip to content

Commit

Permalink
Update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
capehill committed Jan 26, 2025
1 parent ed9bab2 commit 7119332
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions amiga-extra/Install
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ copy SDK/local/newlib/lib/libSDL3-3.2_debug.so SObjs:
echo Copying documentation ...
makedir SYS:Documentation/SDL3/
copy README-amigaos4.md SYS:Documentation/SDL3/
copy README-SDL.txt SYS:Documentation/SDL3/
copy README.md SYS:Documentation/SDL3/
Copy WhatsNew.txt SYS:Documentation/SDL3/
Copy LICENSE.txt SYS:Documentation/SDL3/

Expand All @@ -28,9 +28,6 @@ set option `RequestChoice "SDK" "Would you like to install the SDK?" "Yes, pleas
If $option eq 1
echo Copying SDK files ...
copy SDK/#? SDK: all

protect SDK:local/newlib/bin/sdl3-config +rweds

delete SDK:local/newlib/lib/libSDL3.so
makelink from=SDK:local/newlib/lib/libSDL3.so to=SObjs:libSDL3-3.2.so soft
Else
Expand Down

0 comments on commit 7119332

Please sign in to comment.