Skip to content

Commit 9b6d12b

Browse files
committed
Remove serialization_objects.cpp from standalone_compilation.sh
1 parent cbf2090 commit 9b6d12b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

standalone_compilation_linux.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ${CXX:-g++} -fPIC -fvisibility=hidden -O2 ${CFLAGS} ${CXXFLAGS} -Ilslboost \
1717
thirdparty/pugixml/pugixml.cpp -Ithirdparty/pugixml \
1818
thirdparty/loguru/loguru.cpp -Ithirdparty/loguru \
1919
-Ithirdparty/asio \
20-
lslboost/serialization_objects.cpp \
2120
${LDFLAGS} \
2221
-shared -o liblsl.so -lpthread -lrt -ldl
2322
${CC:-gcc} -O2 ${CFLAGS} -Iinclude testing/lslver.c -o lslver -L. -llsl

0 commit comments

Comments
 (0)