generate_binary_list: Specify full path

Otherwise has the convoluted DIR DIR arguments.
This commit is contained in:
lat9nq 2023-06-23 18:50:09 -04:00
parent 6415df918b
commit cba24ea9a8

View File

@ -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()