From 5c7e8bba0d24bd97ff91021709dc6d8dbeab8394 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 2 Oct 2022 16:07:21 +1100 Subject: [PATCH] Comment Tweak --- source/makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/source/makefile b/source/makefile index 635313e..667538c 100644 --- a/source/makefile +++ b/source/makefile @@ -14,7 +14,6 @@ ifeq ($(findstring CYGWIN, $(shell uname)),CYGWIN) LIBLINE =-Wl,--out-implib=../$(TOY_OUTDIR)/lib$(OUTNAME).dll.a -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive $(OBJ) -Wl,--no-whole-archive OUT=../$(TOY_OUTDIR)/$(OUTNAME).dll else ifeq ($(shell uname),Linux) - #I can't get this working as a shared lib LIBLINE=-Wl,--out-implib=../$(TOY_OUTDIR)/lib$(OUTNAME).a -Wl,--whole-archive $(OBJ) -Wl,--no-whole-archive OUT=../$(TOY_OUTDIR)/lib$(OUTNAME).so CFLAGS += -fPIC