sockets.retro now points to support article on enabling sockets
FossilOrigin-Name: cd18108507bb81ef4be5c6d66cc7b60fff88e9efb16c9d532b38ff1a20e406a6
This commit is contained in:
parent
332cf1a4a2
commit
f62b954143
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@ that it is fairly low level.
|
|||
:socket:operation
|
||||
#7 io:scan-for
|
||||
dup n:negative? [ drop 'Error:_device_(0007)_not_found s:put nl
|
||||
'Try_rebuilding_with: s:put nl
|
||||
'make_OPTIONS="-DENABLE\_SOCKETS" s:format
|
||||
'See_https://retroforth.org/support/2022.1/SOCKETS.md
|
||||
s:put nl
|
||||
'for_instructions_on_enabling_sockets.
|
||||
s:put nl ] if;
|
||||
io:invoke ;
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue