Ticket #41008: patch-textmate2-gen_build.diff

File patch-textmate2-gen_build.diff, 309 bytes (added by hardwhack, 10 years ago)
  • bin/gen_build

    old new  
    910910rule sign_executable
    911   command = codesign -fs "$identity" $in && touch $out
     911  command = codesign --deep -fs "$identity" $in && touch $out
    912912  description = Sign ‘$in’…