diff options
author | Kowbell <dj@schilens.com> | 2018-06-19 20:06:35 -0400 |
---|---|---|
committer | Kowbell <dj@schilens.com> | 2018-06-19 20:06:35 -0400 |
commit | 2bed3eeb49b8b8529d7ca8bda8897010df06f67a (patch) | |
tree | cd09aa27270a3c1f5706e1332bbbe284d1b6d2ba /README.md | |
parent | 74d0106a7642bb81df0b2af63227967d48e63d0c (diff) | |
download | redot-cpp-2bed3eeb49b8b8529d7ca8bda8897010df06f67a.tar.gz |
Update README.md to include compilation error fix
A PR and issue were already submitted related to this but they are dead
in the water for other reasons. I needed this fix as well, so I assume this isn't a one-off
error and that this information may be helpful to others.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ resulting libraries will be placed under `bin/` and the generated headers will b > Include `use_llvm=yes` for using clang++ +> You may need to specify `headers=../godot_headers` if you have compilation issues related to missing include files And our directory structure will be ``` |