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 b5765d6 commit 4c6ec5fCopy full SHA for 4c6ec5f
robotpy_build/wrapper.py
@@ -43,7 +43,7 @@
43
44
# TODO: eventually provide native preprocessor by default and allow it
45
# to be enabled/disabled per-file just in case
46
-if os.getenv("RPYBUILD_PP_GCC") == 1:
+if os.getenv("RPYBUILD_PP_GCC") == "1":
47
# GCC preprocessor can be 10x faster than pcpp for very complex files
48
def make_preprocessor(*args, **kwargs):
49
return preprocessor.make_gcc_preprocessor(print_cmd=False, *args, **kwargs)
0 commit comments