-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable native fontforge native scripting
- Loading branch information
1 parent
65d3803
commit af70907
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- config.h.in 2017-07-31 11:31:43.570015000 +0300 | ||
+++ config.h.in 2023-11-03 06:04:58.549000000 +0200 | ||
@@ -1514,8 +1514,10 @@ | ||
/* Enable large inode numbers on Mac OS X 10.5. */ | ||
#undef _DARWIN_USE_64_BIT_INODE | ||
|
||
+#if __ANDROID_MIN_SDK_VERSION__ >= 24 | ||
/* Number of bits in a file offset, on hosts where this is settable. */ | ||
#undef _FILE_OFFSET_BITS | ||
+#endif | ||
|
||
/* Platform specific stuff */ | ||
#undef _Keyboard |