Update to SQLite 3.53.2 and MC 2.3.5 - #173
Chris-SP365 wants to merge 1 commit into
Conversation
| MAC_SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk | ||
| endif | ||
| Mac-x86_64_CCFLAGS := -I$(MAC_SDK)/System/Library/Frameworks/JavaVM.framework/Headers -Ilib/inc_mac -Os -fPIC -mmacosx-version-min=10.6 -fvisibility=hidden -msse4.2 -maes -Wno-implicit-function-declaration | ||
| Mac-x86_64_CCFLAGS := -I$(MAC_SDK)/System/Library/Frameworks/JavaVM.framework/Headers -Ilib/inc_mac -Os -fPIC -mmacosx-version-min=10.6 -fvisibility=hidden -msse4.2 -maes -Wno-implicit-function-declaration -include CommonCrypto/CommonCryptor.h |
There was a problem hiding this comment.
I have no issue building the native library without this additional include. Any reason I should add it ?
There was a problem hiding this comment.
Sorry, I should have left a comment on this. I revived my 3 years old VM with everything preconfigured. I assumed since it's docker it should build everything the same. But maybe there was some kind of misconfiugration on my side, because I built it with VERSION and pom.xml updates and maybe without project update first. So yes, feel free to adapt it.
|
Thanks for your contribution, you made me realize the project was not up to date. It is now up to date with the latest MC version & synced with the upstream repository. |
|
We were hit once by utelle/SQLite3MultipleCiphers#228 |
No description provided.