Skip to content

Commit

Permalink
Fix pyang model/plugin path for run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
carlgsmith committed May 27, 2023
1 parent 77a80af commit fd5cc38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ if [ ! -f $BUILD/../Makefile ]; then
cd $BUILD/../
./autogen.sh
./configure \
LIBFCGI_CFLAGS=-I$BUILD/usr/include LIBFCGI_LIBS=-lfcgi
LIBFCGI_CFLAGS=-I$BUILD/usr/include LIBFCGI_LIBS=-lfcgi \
--with-pyang="pyang --plugindir $BUILD/apteryx-xml/ -p $BUILD/../models"
rc=$?; if [[ $rc != 0 ]]; then quit $rc; fi
cd $BUILD
fi
Expand Down

0 comments on commit fd5cc38

Please sign in to comment.