Skip to content

Commit 3638a6b

Browse files
committed
Merge pull request #1675 from pguyot/w21/fix-uf2tool-compilation-failure
Fix compilation for RP2 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents c54cc84 + 846c2af commit 3638a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/rp2/tests/test_erl_sources/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include(ExternalProject)
2222
ExternalProject_Add(HostAtomVM
2323
SOURCE_DIR ../../../../../../
2424
INSTALL_COMMAND cmake -E echo "Skipping install step."
25-
BUILD_COMMAND cmake --build . --target=atomvmlib --target=PackBEAM --target=uf2tool
25+
BUILD_COMMAND cmake --build . --target=atomvmlib --target=PackBEAM --target=UF2Tool
2626
)
2727

2828
function(compile_erlang module_name module_src_dir)

0 commit comments

Comments
 (0)