mirror of
https://github.com/fail0verflow/hbc.git
synced 2026-09-08 10:36:07 -05:00
channel/banner/tools: if on macos, search for libpng in homebrew libs
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
|
||||
CFLAGS = -O3 -Wall -I/usr/local/include -L/usr/local/lib
|
||||
|
||||
ifeq ($(shell uname), Darwin)
|
||||
CFLAGS += -I/opt/homebrew/include -L/opt/homebrew/lib
|
||||
endif
|
||||
|
||||
CC = $(PREFIX)gcc
|
||||
STRIP = $(PREFIX)strip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user