git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 5180e8e03bc823c9ce665a0142e95eab3444975d
parent 67dee218048a544635fa22747f2f21ca53724aa8
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun,  1 Dec 2024 19:06:35 +0200

Fix Linux so builds

Diffstat:
MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -803,7 +803,7 @@ $(LIBDIR)/libsameboy.a: $(LIBDIR)/libsameboy.o $(LIBDIR)/libsameboy.$(DL_EXT): $(CORE_OBJECTS) -@$(MKDIR) -p $(dir $@) - $(CC) $(LDFLAGS) -shared $(FAT_FLAGS) $(CFLAGS) $^ -o $@ + $(CC) $(LDFLAGS) -fPIC -shared $(FAT_FLAGS) $(CFLAGS) $^ -o $@ ifeq ($(CONF), release) $(STRIP) $@ $(CODESIGN)$@

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.