Fixed a bug
This commit is contained in:
parent
dc5a1dd8aa
commit
6047a71d56
3 changed files with 18 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
SRC = main.cpp ../sockets/sw_base.cpp ../sockets/sw_inet.cpp ../sockets/sw_unix.cpp
|
||||
OBJ = $(SRC:.cpp=.o)
|
||||
OUT = Connector_RTSP
|
||||
INCLUDES =
|
||||
INCLUDES = -I/usr/local/include/jthread/
|
||||
CCFLAGS = -Wall -Wextra -funsigned-char -g
|
||||
CC = $(CROSS)g++
|
||||
LD = $(CROSS)ld
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue