Skip to content

Commit

Permalink
Makefile: correct LIBLDFLAGS for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jul 12, 2024
1 parent 1f0e6b6 commit 75fbbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SporeModManager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75fbbb8

Please sign in to comment.