Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaXser authored Aug 13, 2024
1 parent 650627e commit 5a9766e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ MINGWLIB = /usr/x86_64-w64-mingw32/lib/

TARGET = goodbyedpi.exe
LIBS = -L$(WINDIVERTLIBS) -lWinDivert -lws2_32 -l:libssp.a
CC = $(CPREFIX)clang
CC = clang --target=$(CPREFIX) --sysroot=/usr/$(CPREFIX)

CCWINDRES = $(CPREFIX)llvm-windres
CCWINDRES = llvm-windres --target=$(CPREFIX)
ifeq (, $(shell which $(CPREFIX)llvm-windres))
CCWINDRES = llvm-windres
endif
Expand Down

0 comments on commit 5a9766e

Please sign in to comment.