Skip to content

Commit 42aec98

Browse files
committed
Add missing file.
1 parent 6d73371 commit 42aec98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/toolchain.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class Toolchain:
2+
PREFIX = ""
3+
4+
5+
class HostToolchain(Toolchain):
6+
PREFIX = "HOST"

0 commit comments

Comments
 (0)