mirror of
https://github.com/fail0verflow/hbc.git
synced 2026-07-07 20:43:55 -05:00
channel/banner/tools: if on macos, search for libpng in homebrew libs
This commit is contained in:
parent
b94ef47d73
commit
a13a930776
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user