mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-05-18 23:39:47 +00:00
Fix gobjcopy.
This commit is contained in:
parent
39d12949e9
commit
6a7394e29b
2
.github/resources/witness-generator/Makefile
vendored
2
.github/resources/witness-generator/Makefile
vendored
@ -9,7 +9,7 @@ endif
|
||||
CXX := g++
|
||||
CXXFLAGS_COMMON := -std=c++11 -O3 -I. -Wno-address-of-packed-member
|
||||
UNAME_S := $(shell uname -s)
|
||||
MACOS_OBJCOPY := /opt/homebrew/bin/gobjcopy
|
||||
MACOS_OBJCOPY := /opt/homebrew/opt/binutils/bin/gobjcopy
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
# On macOS CI we expect GNU objcopy from Homebrew binutils at this exact path.
|
||||
ifeq ($(wildcard $(MACOS_OBJCOPY)),)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user