mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
interpreters/python: Enable Python's socket module
Enables the Python's socket module. This allows applications to be built to interact with POSIX-compatible sockets, which is supported by NuttX.
This commit is contained in:
parent
c29a75bbfb
commit
a61fd58f8e
2 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ _sha2
|
|||
_sha2
|
||||
_sha3
|
||||
_sha3
|
||||
_socket
|
||||
_sqlite3
|
||||
_ssl
|
||||
_statistics
|
||||
|
|
|
|||
|
|
@ -19,4 +19,6 @@ export ac_cv_func_fork="yes"
|
|||
export ac_cv_func_waitpid="yes"
|
||||
export ac_cv_func_pipe="yes"
|
||||
export ac_cv_enable_strict_prototypes_warning="no"
|
||||
export ac_cv_func_getnameinfo="yes"
|
||||
export ac_cv_func_poll="yes"
|
||||
export MODULE_BUILDTYPE="static"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue