Skip to content

Commit

Permalink
one more build path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stasik0 committed May 18, 2016
1 parent ae62111 commit 395ce48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/travis_linux_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ else

echo "Building the C++ example"
mkdir -p build && cd build
cp ../../open62541.* .
cp ../open62541.* .
gcc-4.8 -std=c99 -c open62541.c
g++-4.8 ../examples/server.cpp -I./ open62541.o -lrt -o cpp-server
cd .. && rm build -rf
Expand Down

0 comments on commit 395ce48

Please sign in to comment.