From 3e44f22c8a07653668d0bab7ca910ac4fffeaa39 Mon Sep 17 00:00:00 2001 From: SashaXser <24498484+SashaXser@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:00:39 +0400 Subject: [PATCH] fix test --- src/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Makefile b/src/Makefile index 015490ea..18b00798 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,10 +1,5 @@ -ifndef MSYSTEM - CPREFIX = x86_64-w64-mingw32- -endif - WINDIVERTHEADERS = ../../../include WINDIVERTLIBS = ../../binary -MINGWLIB = /usr/x86_64-w64-mingw32/lib/ TARGET = goodbyedpi.exe # Linking SSP does not work for some reason, the executable doesn't start.