File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
helper-scripts/project-impl Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ LIB_ARCH="${5}"
1111BUILD_DIR=" ${6} "
1212
1313sources=" $( pwd) /${examples_dir} /${EXAMPLE} "
14+ libelectrostatic_module=" ${libs} /${SYSTEM_DIR} /${LIB_ARCH} "
15+ libelectroextension_module=" $( pwd) /build/${SYSTEM_DIR} /${LIB_ARCH} "
1416
1517./helper-scripts/project-impl/compile-electrostatic.sh \
1618 " ${EXECUTABLE} " " ${GCC_BIN_x86} " " ${GPP_BIN_x86} " " OFF" " OFF" " ON" " ${INPUT_COMPILER_OPTIONS} " \
1719 " ${TARGET_MACHINE} " " ${TOOLCHAIN_INCLUDES_x86} ;${headers} " " ${sources} " \
18- " ${libs} / ${SYSTEM_DIR} / ${LIB_ARCH }" " m;pthread;dl" " ${source_dir} " \
20+ " ${libelectrostatic_module} ${libelectroextension_module }" " m;pthread;dl" " ${source_dir} " \
1921 " ${SYSTEM_DIR} " " ${BUILD_DIR} " " ${POST_COMPILE_FALSE} " " false"
2022
2123cd " ${project_root} " || exit $?
2224
2325
24-
You can’t perform that action at this time.
0 commit comments