summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorOmer Akram <om26er@gmail.com>2019-04-19 03:15:21 +0500
committerWouter van Oortmerssen <aardappel@gmail.com>2019-04-18 15:15:21 -0700
commitecd76e898dadb71096fdb3a7701a863c399de6c0 (patch)
tree8735c3431e9600c1f5a617a208163699adac29af /snap
parentf55d4388e0f28f68d67cc9cc9f96acc5c6f0e3b0 (diff)
downloadflatbuffers-ecd76e898dadb71096fdb3a7701a863c399de6c0.tar.gz
flatbuffers-ecd76e898dadb71096fdb3a7701a863c399de6c0.tar.bz2
flatbuffers-ecd76e898dadb71096fdb3a7701a863c399de6c0.zip
Update snap include path instruction (#5297)
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index f7bccad4..17138961 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.