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 389c78d commit 71619deCopy full SHA for 71619de
cmake/modules/rust.cmake
@@ -168,8 +168,13 @@ ${config_paths}
168
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
169
)
170
171
+ # Be sure we don't try building this until al of the generated headers have been generated.
172
add_custom_target(librustapp ALL
173
DEPENDS ${DUMMY_FILE}
174
+ # The variables, defined at the top level, don't seem to be accessible here.
175
+ syscall_list_h_target
176
+ driver_validation_h_target
177
+ kobj_types_h_target
178
179
180
target_link_libraries(app PUBLIC -Wl,--allow-multiple-definition ${RUST_LIBRARY})
0 commit comments