Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: 8f9be8b3cb2ea842556e0845abec05523be1559f
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/8f9be8b3cb2ea842556e0845abec05523be1559f Author: Eliot Miranda <
[hidden email]>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M build.macos32x86/common/Makefile.plugin
M build.macos32x86/common/Makefile.rules
M build.macos32x86/common/Makefile.vm
M build.macos64x64/common/Makefile.plugin
M build.macos64x64/common/Makefile.rules
M build.macos64x64/common/Makefile.vm
M platforms/iOS/plugins/BochsIA32Plugin/Makefile
M platforms/iOS/plugins/BochsX64Plugin/Makefile
Log Message:
-----------
MacOS: Support internal plugins that use C++. These need to be linked with
clang++ not clang. Use LINK_WITH_CXX not LINK_WITH_CPP as enabling var name.
Comment the new parameters to Makefile.vm there-in (SDK,TARGET_MINVER, et al).
[ci skip]