We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff09fb commit 56b432bCopy full SHA for 56b432b
c/cbindgen.toml
@@ -5,10 +5,6 @@ header = """\
5
#ifndef PF_PATHFINDER_H
6
#define PF_PATHFINDER_H
7
8
-#if defined(__APPLE__)
9
-#define PATHFINDER_MACOS
10
-#endif
11
-
12
#if defined(__APPLE__) && defined(__OBJC__)
13
#include <QuartzCore/QuartzCore.h>
14
#else
@@ -64,6 +60,6 @@ include = [
64
60
"SVGScene" = "PFSVGScenePrivate"
65
61
66
62
[defines]
67
-"target_os = macos" = "PATHFINDER_MACOS"
63
+"target_os = macos" = "__APPLE__"
68
"feature = pf-text" = "PATHFINDER_TEXT"
69
"feature = pf-gl" = "PATHFINDER_GL"
0 commit comments