Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Added also __APPLE__ switch for EEL_USE_MPROTECT
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Mar 1, 2016
1 parent fed768c commit ae97ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WDL/eel2/nseel-compiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#ifdef __APPLE__
#include <AvailabilityMacros.h>
#define EEL_USE_MPROTECT
#endif

// Modified for LINUX support (for jsusfx)
Expand Down

0 comments on commit ae97ad6

Please sign in to comment.