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 c0b454b commit 3eee179Copy full SHA for 3eee179
subprojects/native.wpiutil/pyproject.toml
@@ -35,3 +35,18 @@ name = "wpiutil"
35
includedir = "src/native/wpiutil/include"
36
libdir = "src/native/wpiutil/lib"
37
shared_libraries = ["wpiutil"]
38
+
39
+enable_if = "platform_system != 'Windows'"
40
41
+[[tool.hatch.build.hooks.nativelib.pcfile]]
42
+pcfile = "src/native/wpiutil/native.wpiutil.pc"
43
+name = "wpiutil"
44
45
+includedir = "src/native/wpiutil/include"
46
+libdir = "src/native/wpiutil/lib"
47
+shared_libraries = ["wpiutil"]
48
49
+# All wpilib projects require this flag
50
+extra_cflags = "/Zc:preprocessor"
51
52
+enable_if = "platform_system == 'Windows'"
0 commit comments