Skip to content

Commit

Permalink
CHANGE: enable JIT on macOS (required by Blend2D drawing extension)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Aug 9, 2024
1 parent 1b25077 commit f5b43c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions make/Entitlements.plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- To be able load native extensions -->
<key>com.apple.security.cs.disable-library-validation</key>
<true/>

<!-- JIT is used by the Blend2D extension -->
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
</plist>

0 comments on commit f5b43c5

Please sign in to comment.