diff options
author | Omer Akram <om26er@gmail.com> | 2019-04-19 03:15:21 +0500 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2019-04-18 15:15:21 -0700 |
commit | ecd76e898dadb71096fdb3a7701a863c399de6c0 (patch) | |
tree | 8735c3431e9600c1f5a617a208163699adac29af /snap | |
parent | f55d4388e0f28f68d67cc9cc9f96acc5c6f0e3b0 (diff) | |
download | flatbuffers-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.yaml | 2 |
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. |