mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2026-01-01 22:28:49 +03:00
Temporary fix #17
This commit will entirely disable Fake SNI if flag -DNO_FAKE_SNI is set
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ DEPSDIR := $(BUILD_DIR)/deps
|
||||
|
||||
CC := gcc
|
||||
LD := gcc
|
||||
CFLAGS:=-Wall -Wpedantic -Wno-unused-variable -I$(DEPSDIR)/include -Os
|
||||
CFLAGS:=-Wall -Wpedantic -Wno-unused-variable -I$(DEPSDIR)/include -Os
|
||||
LDFLAGS:=-L$(DEPSDIR)/lib -static
|
||||
|
||||
LIBNFNETLINK_CFLAGS := -I$(DEPSDIR)/include
|
||||
|
||||
Reference in New Issue
Block a user