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 58ed01a commit c5e0bf1Copy full SHA for c5e0bf1
ports/rp2/Makefile
@@ -30,7 +30,7 @@ endif
30
31
$(VERBOSE)MAKESILENT = -s
32
33
-CMAKE_ARGS = -DMICROPY_BOARD=$(BOARD) -DMICROPY_BOARD_DIR="$(abspath $(BOARD_DIR))"
+CMAKE_ARGS += -DMICROPY_BOARD=$(BOARD) -DMICROPY_BOARD_DIR="$(abspath $(BOARD_DIR))"
34
35
ifdef USER_C_MODULES
36
CMAKE_ARGS += -DUSER_C_MODULES=${USER_C_MODULES}
0 commit comments