Skip to content

Commit e6da70b

Browse files
authored
system-setup: added binutils for macOS (objcopy) (RedisJSON#524)
1 parent 4e6b1f4 commit e6da70b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system-setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def fedora(self):
4343

4444
def macos(self):
4545
self.install_gnu_utils()
46+
self.install("binutils")
4647
self.run("%s/bin/getgcc" % READIES)
4748

4849
def common_last(self):

0 commit comments

Comments
 (0)