RetroFW: Disable network
Does not build with the current buildroot:
build-retrofw/_deps/asio-src/asio/include/asio/detail/memory.hpp:87:20: error: ‘aligned_alloc’ is not a member of ‘std’
void* ptr = std::aligned_alloc(align, size);
This commit is contained in:
parent
953660f853
commit
98142bbdfd
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
set(NONET ON)
|
||||
set(USE_SDL1 ON)
|
||||
set(PREFILL_PLAYER_NAME ON)
|
||||
set(HAS_KBCTRL 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue