Update build.xml

This commit is contained in:
John
2021-06-07 20:09:30 -04:00
committed by GitHub
parent 6161364827
commit 23630d668f

View File

@@ -250,6 +250,7 @@
<env key="CXX" value="${cxx_compiler}"/>
<arg value="-j${nproc}"/>
</exec>
<echo message="SRC Compiled to Build Type: ${src_build_type}" />
</target>
<!-- Prepares the Station API (chat server) code for building -->