8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
|
|
# -*- Mode: Python; -*-
|
||
|
|
|
||
|
|
# The CDDL compiler is a standalone tool from the rest of OSP.
|
||
|
|
include_rules = [
|
||
|
|
'-util',
|
||
|
|
'-platform',
|
||
|
|
]
|