We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f20f9 commit c35b871Copy full SHA for c35b871
src/platforms/rp2/CMakeLists.txt
@@ -54,6 +54,8 @@ set(HAVE_MKFIFO "" CACHE INTERNAL "Have symbol mkfifo" FORCE)
54
set(HAVE_UNLINK "" CACHE INTERNAL "Have symbol unlink" FORCE)
55
# Likewise with EXECVE
56
set(HAVE_EXECVE "" CACHE INTERNAL "Have symbol execve" FORCE)
57
+# getcwd is defined in newlib header but not implemented
58
+set(HAVE_GETCWD "" CACHE INTERNAL "Have symbol getcwd" FORCE)
59
60
# Options that make sense for this platform
61
option(AVM_DISABLE_SMP "Disable SMP support." OFF)
0 commit comments