Skip to content

Commit 50671fb

Browse files
committed
headers: fix MH_NOFIXPREBINDING name
1 parent 67e59c1 commit 50671fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/macho/headers.rb

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

0 commit comments

Comments
 (0)