SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 8b2795268044c03c34f68c8b94d29ad038c88e80 parent 0fc08d93bed566c71f97b4498cda43f97cd3cd6f Author: Lior Halphon <2345928+LIJI32@users.noreply.github.com> Date: Sat, 5 Apr 2025 13:26:43 +0300 Merge pull request #697 from bentley/libdl Don’t look for libdl on OpenBSD Diffstat:
| M | Makefile | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -282,11 +282,13 @@ sdl: $(BIN)/SDL/xaudio2_9redist.dll endif else LDFLAGS += -lc -lm -# libdl is not available as a standalone library in Haiku +# libdl is not available as a standalone library in Haiku or OpenBSD ifneq ($(PLATFORM),Haiku) +ifneq ($(PLATFORM),OpenBSD) LDFLAGS += -ldl endif endif +endif ifeq ($(MAKECMDGOALS),_ios) OBJ := build/obj-ios
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.