Skip to content

Commit

Permalink
fix: builds for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Oct 9, 2023
1 parent 4f18c17 commit 4649a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ da-rpc-docker:
make -C ./crates/da-rpc-sys docker TAG_PREFIX=$(TAG_PREFIX) IMAGE_TAG=$(IMAGE_TAG)
.PHONY: da-rpc-docker

op-devnet-up:
op-devnet-up: da-rpc-sys
make -C ./op-stack/optimism devnet-up
.PHONY: devnet-up

Expand Down
2 changes: 1 addition & 1 deletion gopkg/da-rpc/near.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package near

/*
#cgo LDFLAGS: -L./lib -lnear_da_rpc_sys -lssl -lcrypto -lm
#cgo LDFLAGS: -L./lib -lnear_da_rpc_sys
#include "./lib/libnear_da_rpc_sys.h"
#include <stdlib.h>
*/
Expand Down

0 comments on commit 4649a06

Please sign in to comment.