mirror of
https://github.com/mrkite/regs.git
synced 2024-11-03 05:04:42 +00:00
fixed argp link for mac
This commit is contained in:
parent
2c27862180
commit
5faf8d87f2
@ -6,7 +6,8 @@ CXXFLAGS = -g -Wall -std=c++11
|
||||
|
||||
UNAME := $(shell uname)
|
||||
ifeq ($(UNAME), Darwin)
|
||||
LDFLAGS = -largp
|
||||
CXXFLAGS += -I/opt/homebrew/Cellar/argp-standalone/1.3/include
|
||||
LDFLAGS = -L/opt/homebrew/Cellar/argp-standalone/1.3/lib -largp
|
||||
endif
|
||||
|
||||
all: ../regs ../2mg ../dsk
|
||||
|
Loading…
Reference in New Issue
Block a user