Skip to content

Commit

Permalink
[aarch64] Print PLUGINDIR when compiling. JB#49681
Browse files Browse the repository at this point in the history
It's not obvious where it actualy comes from, let's have it in the build log.
  • Loading branch information
monich committed Jul 22, 2020
1 parent 4e067fa commit f3eb9b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ofono/src/plugin.c
Expand Up @@ -30,6 +30,8 @@

#include "ofono.h"

#pragma message("PLUGINDIR="PLUGINDIR)

static GSList *plugins = NULL;

struct ofono_plugin {
Expand Down

0 comments on commit f3eb9b8

Please sign in to comment.