Parcourir la source

Added RTC_EXPORTS define to Makefile for consistency

Paul-Louis Ageneau il y a 2 ans
Parent
commit
62f1def192
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -62,6 +62,8 @@ else
         CPPFLAGS+=-DRTC_ENABLE_WEBSOCKET=0
 endif
 
+CPPFLAGS+=-DRTC_EXPORTS
+
 INCLUDES+=$(if $(LIBS),$(shell pkg-config --cflags $(LIBS)),)
 LDLIBS+=$(LOCALLIBS) $(if $(LIBS),$(shell pkg-config --libs $(LIBS)),)