diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 09:39:10 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 09:39:10 +0200 |
commit | e4463e7bd3e60ae3a3ac3906e1063a66d360eb78 (patch) | |
tree | 770a9f65806e5fa01ca1adb42bbc985b64fff79d | |
parent | a972941ade7e82441e4b25bb725118d9da15d058 (diff) |
Fix: exported symbols globbing expression now accept any versions
Change-Id: I01626f402b08ce3c979a88749c7ffb996e140c89
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | template/etc/export.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/etc/export.map b/template/etc/export.map index 52c1b4a..ee2f413 100644 --- a/template/etc/export.map +++ b/template/etc/export.map @@ -1 +1 @@ -{ global: afbBindingV1*; local: *; }; +{ global: afbBindingV*; local: *; }; |