Skip to content

Commit cafdc83

Browse files
authored
[rootless] Do not use libroot when targeting the simulator (#100)
1 parent 8c23828 commit cafdc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootless.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <TargetConditionals.h>
22

3-
#if TARGET_OS_IPHONE
3+
#if TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR
44

55
#include <libroot/libroot.h>
66

0 commit comments

Comments
 (0)