Add support for macos
This commit is contained in:
parent
5659d5fdaf
commit
d892676121
3 changed files with 17 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
#include <string>
|
||||
#include <fstream>
|
||||
|
||||
#if !defined(__linux__)
|
||||
#error Only linux supported
|
||||
#if !defined(__linux__) && !defined(__APPLE__)
|
||||
#error Only linux and Macos supported
|
||||
#endif
|
||||
|
||||
namespace cppshell {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue