Merge pull request #4247 from Cacodemon345/modem_emu
Modem emulation (includinng SLIP connectivity)
This commit is contained in:
@@ -221,7 +221,7 @@ if(WIN32 AND NOT MINGW)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
target_sources(plat PRIVATE ../win/win_serial_passthrough.c)
|
||||
target_sources(plat PRIVATE ../win/win_serial_passthrough.c ../win/win_netsocket.c)
|
||||
else()
|
||||
target_sources(plat PRIVATE ../unix/unix_serial_passthrough.c)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user