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 6d73371 commit 42aec98Copy full SHA for 42aec98
build/toolchain.py
@@ -0,0 +1,6 @@
1
+class Toolchain:
2
+ PREFIX = ""
3
+
4
5
+class HostToolchain(Toolchain):
6
+ PREFIX = "HOST"
0 commit comments