mirror of
https://github.com/starr-dusT/tzdb_to_nx
synced 2024-03-05 21:18:52 -08:00
generate_binary_list: Specify full path
Otherwise has the convoluted DIR DIR arguments.
This commit is contained in:
parent
6415df918b
commit
cba24ea9a8
@ -40,7 +40,7 @@ function(get_files_nx TARG SUB_DIR)
|
|||||||
if (NOT DIR OR DIR STREQUAL "\n")
|
if (NOT DIR OR DIR STREQUAL "\n")
|
||||||
continue()
|
continue()
|
||||||
endif()
|
endif()
|
||||||
get_files_nx(${DIR} ${DIR})
|
get_files_nx(${TARG}/${DIR} ${DIR})
|
||||||
endforeach()
|
endforeach()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user