Skip to content

Commit

Permalink
Error fast on macOS
Browse files Browse the repository at this point in the history
closes #83
  • Loading branch information
nelhage committed Apr 22, 2017
1 parent 7d8555d commit fe7a276
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/platform.h
Expand Up @@ -23,6 +23,10 @@
#ifndef PLATFORM_H
#define PLATFORM_H

#ifdef __APPLE__
#error "reptyr does not currently support macOS"
#endif

#include "linux/linux.h"
#include "freebsd/freebsd.h"
#include "../ptrace.h"
Expand Down

0 comments on commit fe7a276

Please sign in to comment.