Skip to content

Commit 10efba8

Browse files
committed
Update standalone_compilation_linux.sh
1 parent d540987 commit 10efba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone_compilation_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ${CXX:-g++} -fPIC -fvisibility=hidden -O2 ${CFLAGS} ${CXXFLAGS} -Ilslboost \
1414
-DBOOST_ASIO_STANDALONE \
1515
-DLOGURU_DEBUG_LOGGING=0 \
1616
-DLSL_LIBRARY_INFO_STR=\"${LSLGITREVISION:-"built from standalone build script"}\" \
17-
src/*.cpp \
17+
src/*.cpp src/util/*.cpp \
1818
thirdparty/pugixml/pugixml.cpp -Ithirdparty/pugixml \
1919
thirdparty/loguru/loguru.cpp -Ithirdparty/loguru \
2020
lslboost/serialization_objects.cpp \

0 commit comments

Comments
 (0)