Skip to content

Commit

Permalink
Fix macOS linker warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Aug 1, 2024
1 parent 761b368 commit 6f1a5f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile-libs.Inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ else
else
platform := macos
endif
CGO_LDFLAGS := $(CGO_LDFLAGS) -Wl,-rpath,@loader_path
ULIMIT := ulimit -n 9999;
else
ifeq ($(GOARCH),arm64)
Expand Down

0 comments on commit 6f1a5f6

Please sign in to comment.