Fix: fixed name of the define to the one set in lib/CMakeLists.txt

This commit is contained in:
Piotr Krysik 2018-02-27 07:40:10 +01:00
parent eee1b1675b
commit 0c6ade0027
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include <gnuradio/attributes.h>
#ifdef gnuradio_gsm_EXPORTS
#ifdef grgsm_EXPORTS
# define GRGSM_API __GR_ATTR_EXPORT
#else
# define GRGSM_API __GR_ATTR_IMPORT