File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 toolchain : stable
4343 override : true
4444
45- - name : Build Test the Rust Port
45+ - name : Build the Rust Port
4646 working-directory : source/ports/rs_port
4747 run : cargo build --verbose
4848
Original file line number Diff line number Diff line change @@ -184,12 +184,12 @@ target_link_options(${target}
184184
185185# Header files
186186install (DIRECTORY
187- ${CMAKE_CURRENT_SOURCE_DIR} /include /${target} DESTINATION ${INSTALL_INCLUDE}
187+ ${CMAKE_CURRENT_SOURCE_DIR} /include /metacall DESTINATION ${INSTALL_INCLUDE}
188188 COMPONENT dev
189189)
190190
191191# Inline files
192192install (DIRECTORY
193- ${CMAKE_CURRENT_SOURCE_DIR} /inline/${target} DESTINATION ${INSTALL_INCLUDE}
193+ ${CMAKE_CURRENT_SOURCE_DIR} /inline/metacall DESTINATION ${INSTALL_INCLUDE}
194194 COMPONENT dev
195195)
You can’t perform that action at this time.
0 commit comments