mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-05-23 09:49:26 +00:00
fix(build): fix missing string formatting part (#30)
This commit is contained in:
parent
0ea85cf67d
commit
44b973e3b6
2
.github/resources/witness-generator/Makefile
vendored
2
.github/resources/witness-generator/Makefile
vendored
@ -65,7 +65,7 @@ $(BIN): $(COMMON_OBJS)
|
||||
|
||||
$(LIB): $(LIB_OBJS)
|
||||
ld -r -o $(LOCAL_OBJ) $(filter-out fr.o,$^)
|
||||
$(OBJCOPY) $(foreach s,$(PUBLIC_SYMS),--keep-global-symbol=$(s)) $(LOCAL_OBJ)
|
||||
$(OBJCOPY) $(foreach sym,$(PUBLIC_SYMS),--keep-global-symbol=$(SYM_PREFIX)$(sym)) $(LOCAL_OBJ)
|
||||
ar rcs $@ fr.o $(LOCAL_OBJ)
|
||||
rm $(LOCAL_OBJ)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user