Marcel Taeumel uploaded a new version of PreferenceBrowser to project The Trunk:
http://source.squeak.org/trunk/PreferenceBrowser-mt.104.mcz==================== Summary ====================
Name: PreferenceBrowser-mt.104
Author: mt
Time: 12 June 2020, 1:20:12.829814 pm
UUID: 9e740902-4a89-1147-afe2-b34b165aa87a
Ancestors: PreferenceBrowser-mt.103
Until we fix the Metacello script for FFI for Trunk, install FFI "manually" via Installer through the preference wizard.
=============== Diff against PreferenceBrowser-mt.103 ===============
Item was changed:
----- Method: PreferenceWizardMorph>>installFFI (in category 'actions - packages') -----
installFFI
+ " Metacello new
- Metacello new
configuration: 'FFI';
+ load."
+ (Installer squeak)
+ project: 'FFI';
+ install: 'FFI-Pools';
+ install: 'FFI-Kernel';
+ install: 'FFI-Tools';
+ install: 'FFI-Tests';
+ install: 'FFI-PoolsTests'.!
- load.!