git.y1.nz

SameBoy

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

commit abf6e5632ceede1d0f0b3725f848f6e4e748cd9a
parent eb60dbce0d55cf86f3dde80122fb2bf0dc0014c1
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Mon, 23 May 2022 22:16:06 +0300

Disable pkg-config on macOS

Diffstat:
MMakefile3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -68,8 +68,11 @@ endif # Find libraries with pkg-config if available. ifneq (, $(shell which pkg-config)) +# But not on macOS, it's annoying +ifneq ($(PLATFORM),Darwin) PKG_CONFIG := pkg-config endif +endif ifeq ($(PLATFORM),windows32) # To force use of the Unix version instead of the Windows version

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