compiling with translation files

This commit is contained in:
2021-05-17 19:49:29 +02:00
committed by Robin Mueller
parent 3dca311baa
commit 1d0a4bca94
6 changed files with 17 additions and 7 deletions

View File

@ -25,7 +25,7 @@ if(NOT DEFINED ENV{RASPBIAN_ROOTFS})
"point to the raspbian rootfs."
)
else()
set(SYSROOT_PATH "$ENV{RASPBIAN_ROOTFS}")
set(SYSROOT_PATH "$ENV{RASPBIAN_ROOTFS}" CACHE FILEPATH "RPi root filesystem path")
endif()
if(NOT DEFINED ENV{CROSS_COMPILE})