Merge pull request #151 from abiggerhammer/master
add platform.h to distribution headers
This commit is contained in:
commit
65dcf8d0d6
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ dist_headers = [
|
||||||
"allocator.h",
|
"allocator.h",
|
||||||
"compiler_specifics.h",
|
"compiler_specifics.h",
|
||||||
"glue.h",
|
"glue.h",
|
||||||
"internal.h"
|
"internal.h",
|
||||||
|
"platform.h"
|
||||||
]
|
]
|
||||||
|
|
||||||
parsers_headers = [
|
parsers_headers = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue