Skip to content
Snippets Groups Projects
Commit 28e8647b authored by Daniel Salzman's avatar Daniel Salzman
Browse files

scripts: fix path to yparser

parent 994c3440
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ popd
IN_Y="./ypbody.rl"
OUT_Y="./ypbody.c"
pushd ../src/libknot/internal/yparser/
pushd ../src/libknot/yparser/
# Generate yparser.
ragel -T0 -s -o $OUT_Y $IN_Y
......
......@@ -16,7 +16,7 @@
#include <string.h>
#include "libknot/internal/yparser/yparser.h"
#include "libknot/yparser/yparser.h"
#include "libknot/libknot.h"
%%{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment