Skip to content

Commit

Permalink
Missing preprocessing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KGronek-Pubnub committed Jan 13, 2025
1 parent 7f26ea8 commit bb4615b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make/common/preprocessing.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ DEFINES_COMMON = \
$(OPTION_PREFIX)D PUBNUB_USE_REVOKE_TOKEN_API=$(USE_REVOKE_TOKEN) \
$(OPTION_PREFIX)D PUBNUB_USE_SSL=$(USE_SSL) \
$(OPTION_PREFIX)D PUBNUB_USE_SUBSCRIBE_EVENT_ENGINE=$(USE_SUBSCRIBE_EVENT_ENGINE) \
$(OPTION_PREFIX)D PUBNUB_USE_SUBSCRIBE_V2=$(USE_SUBSCRIBE_V2)
$(OPTION_PREFIX)D PUBNUB_USE_SUBSCRIBE_V2=$(USE_SUBSCRIBE_V2) \
$(OPTION_PREFIX)D PUBNUB_USE_LOG_CALLBACK=$(USE_LOG_CALLBACK)

# Preprocessing flags for synchronous PubNub library version.
CPPFLAGS_ = $(INCLUDES) $(DEFINES_PLATFORM) $(DEFINES_COMMON) $(DEFINES_EXTERN_C) $(DEFINES_RANDOM_IV)
Expand Down

0 comments on commit bb4615b

Please sign in to comment.