[DEV] buildroot add target
This commit is contained in:
parent
a72cdb680c
commit
be19f6f159
@ -607,7 +607,8 @@ void etk::initDefaultFolder(const char* _applName) {
|
|||||||
baseFolderData += binaryName;
|
baseFolderData += binaryName;
|
||||||
baseFolderData += "/";
|
baseFolderData += "/";
|
||||||
baseFolderData = simplifyPath(baseFolderData);
|
baseFolderData = simplifyPath(baseFolderData);
|
||||||
#if defined(__TARGET_OS__Linux)
|
#if defined(__TARGET_OS__Linux) \
|
||||||
|
|| defined(__TARGET_OS__buildroot)
|
||||||
{
|
{
|
||||||
struct stat statProperty;
|
struct stat statProperty;
|
||||||
if (-1 == stat(baseFolderData.c_str(), &statProperty)) {
|
if (-1 == stat(baseFolderData.c_str(), &statProperty)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user