TobyLobster / Inform

Inform is a design system for interactive fiction based on natural language
Other
82 stars 18 forks source link

Compilation fails on case-sensitive filesystems #1

Closed rockachu2 closed 2 years ago

rockachu2 commented 7 years ago

Easy fix: in IFSourceSharedActions.m change "Appkit/Appkit.h" to "AppKit/AppKit.h". The capitalized K is required for appkit to be found on case-sensitive filesystems.

TobyLobster commented 2 years ago

Fixed.