Skip to content

Commit

Permalink
Merge pull request #4 from Sherlouk/patch-1
Browse files Browse the repository at this point in the history
Hopefully Fix Compilation Issue on Intel
  • Loading branch information
pilot34 authored Dec 15, 2023
2 parents de4b81e + 78155f9 commit e83e635
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ thread_state_result read_thread_state(mach_port_t thread);

#endif

#include <Availability.h>
// I couldn't call this function from swift, not sure why, that's why I'm re-exporting it here
extern const char *macho_arch_name_for_mach_header_reexported(void) __API_AVAILABLE(ios(16.0));

0 comments on commit e83e635

Please sign in to comment.