Skip to content

Commit

Permalink
Updated libjuice to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Feb 6, 2020
1 parent 93da605 commit 8a92c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ NAME=libdatachannel
CXX=$(CROSS)g++
AR=$(CROSS)ar
RM=rm -f
CPPFLAGS=-O2 -pthread -fPIC -Wall -Wno-address-of-packed-member
CXXFLAGS=-std=c++17
CPPFLAGS=-O2 -pthread -fPIC -Wall -Wno-address-of-packed-member
LDFLAGS=-pthread
LIBS=
LOCALLIBS=libusrsctp.a
Expand Down
2 changes: 1 addition & 1 deletion deps/libjuice

0 comments on commit 8a92c97

Please sign in to comment.