Skip to content

Commit 45722e9

Browse files
authored
Export BISON_PKGDATADIR in config.inc now that we're building with Bison
1 parent 6048911 commit 45722e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker/config.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export LANG="C" LC_ALL=C
1515
# Build Settings
1616
ROSBE_DIR="/usr/RosBE"
1717
WORKDIR="/mnt/ramdisk/buildbot"
18+
export BISON_PKGDATADIR="$ROSBE_DIR/share/bison"
1819
export ROS_ARCH="i386"
1920
export ROS_OUTPUT="$WORKDIR/output-MinGW-$ROS_ARCH"
2021
export PATH="$ROSBE_DIR/$ROS_ARCH/bin:$ROSBE_DIR/bin:$PATH"

0 commit comments

Comments
 (0)