Explorar o código

one more build path fix

Stasik0 %!s(int64=8) %!d(string=hai) anos
pai
achega
395ce48f20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/travis/travis_linux_script.sh

+ 1 - 1
tools/travis/travis_linux_script.sh

@@ -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