File tree Expand file tree Collapse file tree 4 files changed +0
-12
lines changed
Expand file tree Collapse file tree 4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 44
55namespace SPC \builder \linux \library ;
66
7- /**
8- * libedit library class for linux
9- */
107class libedit extends LinuxLibraryBase
118{
129 use \SPC \builder \unix \library \libedit;
Original file line number Diff line number Diff line change 44
55namespace SPC \builder \linux \library ;
66
7- /**
8- * gmp is a template library class for unix
9- */
107class readline extends LinuxLibraryBase
118{
129 use \SPC \builder \unix \library \readline;
Original file line number Diff line number Diff line change 44
55namespace SPC \builder \macos \library ;
66
7- /**
8- * libedit library class for macOS
9- */
107class libedit extends MacOSLibraryBase
118{
129 use \SPC \builder \unix \library \libedit;
Original file line number Diff line number Diff line change 44
55namespace SPC \builder \macos \library ;
66
7- /**
8- * gmp is a template library class for unix
9- */
107class readline extends MacOSLibraryBase
118{
129 use \SPC \builder \unix \library \readline;
You can’t perform that action at this time.
0 commit comments