generate_binary_list: Specify full path
Otherwise has the convoluted DIR DIR arguments.
This commit is contained in:
@@ -40,7 +40,7 @@ function(get_files_nx TARG SUB_DIR)
|
||||
if (NOT DIR OR DIR STREQUAL "\n")
|
||||
continue()
|
||||
endif()
|
||||
get_files_nx(${DIR} ${DIR})
|
||||
get_files_nx(${TARG}/${DIR} ${DIR})
|
||||
endforeach()
|
||||
endfunction()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user