From 75fbbb8d5303e7463023c2924eabe58be72e09b0 Mon Sep 17 00:00:00 2001 From: Rosalie Wanders Date: Fri, 12 Jul 2024 22:49:18 +0200 Subject: [PATCH] Makefile: correct LIBLDFLAGS for linux --- SporeModManager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SporeModManager/Makefile b/SporeModManager/Makefile index c616084..4268572 100644 --- a/SporeModManager/Makefile +++ b/SporeModManager/Makefile @@ -16,7 +16,7 @@ MINGW_CXX ?= i686-w64-mingw32-g++ MINGW_WINDRES ?= i686-w64-mingw32-windres ifeq ($(MINGW), 0) -LIBLDFLAGS := $(shell pkg-config --libs libcurl) +LIBLDFLAGS := -lcurl LDFLAGS := OPTFLAGS := -Os -flto -fno-exceptions WARNFLAGS := -Wall -Wextra -Wpedantic