Browse Source

Updated Makefile

Paul-Louis Ageneau 5 years ago
parent
commit
18eeac3c0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -8,7 +8,7 @@ CPPFLAGS=-O2 -pthread -fPIC -Wall -Wno-address-of-packed-member
 CXXFLAGS=-std=c++17
 CXXFLAGS=-std=c++17
 LDFLAGS=-pthread
 LDFLAGS=-pthread
 LIBS=glib-2.0 gobject-2.0 nice
 LIBS=glib-2.0 gobject-2.0 nice
-USRSCTP_DIR=usrsctp
+USRSCTP_DIR=deps/usrsctp
 
 
 USE_GNUTLS ?= 0
 USE_GNUTLS ?= 0
 ifneq ($(USE_GNUTLS), 0)
 ifneq ($(USE_GNUTLS), 0)