From 2bed3eeb49b8b8529d7ca8bda8897010df06f67a Mon Sep 17 00:00:00 2001 From: Kowbell Date: Tue, 19 Jun 2018 20:06:35 -0400 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2d4163b..fa6ff1cd 100644 --- a/README.md +++ b/README.md @@ -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 ```