From ecd76e898dadb71096fdb3a7701a863c399de6c0 Mon Sep 17 00:00:00 2001 From: Omer Akram Date: Fri, 19 Apr 2019 03:15:21 +0500 Subject: [PATCH] Update snap include path instruction (#5297) --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f7bccad4e..171389616 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -10,7 +10,7 @@ description: | projects using flatbuffers, however, for the compilation to work, you have to manually add the following path in your project's configuration: - /snap/flatc/current/include + /snap/flatbuffers/current/include If you need to use flatbuffers headers from a location other than the above path, it is recommended to not use this snap as that could cause a mismatch.