Skip to content

Commit 6d2c725

Browse files
authored
Merge pull request #937 from Homebrew/MH_NOFIXPREBINDING
headers: fix MH_NOFIXPREBINDING name
2 parents ba55e1c + 50671fb commit 6d2c725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/macho/headers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ module Headers
491491
:MH_TWOLEVEL => 0x80,
492492
:MH_FORCE_FLAT => 0x100,
493493
:MH_NOMULTIDEFS => 0x200,
494-
:MH_NOPREFIXBINDING => 0x400,
494+
:MH_NOFIXPREBINDING => 0x400,
495495
:MH_PREBINDABLE => 0x800,
496496
:MH_ALLMODSBOUND => 0x1000,
497497
:MH_SUBSECTIONS_VIA_SYMBOLS => 0x2000,

0 commit comments

Comments
 (0)