Compare commits

...

1 Commits

Author SHA1 Message Date
Slava Monich
f3eb9b868b [aarch64] Print PLUGINDIR when compiling. JB#49681
It's not obvious where it actualy comes from, let's have it in the build log.
2020-07-22 14:46:21 +03:00

View File

@@ -30,6 +30,8 @@
#include "ofono.h" #include "ofono.h"
#pragma message("PLUGINDIR="PLUGINDIR)
static GSList *plugins = NULL; static GSList *plugins = NULL;
struct ofono_plugin { struct ofono_plugin {