Forráskód Böngészése

Added RTC_EXPORTS define to Makefile for consistency

Paul-Louis Ageneau 2 éve
szülő
commit
62f1def192
1 módosított fájl, 2 hozzáadás és 0 törlés
  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)),)