Skip to content

Commit a2e6639

Browse files
committed
Added Boost libs
1 parent 835bc69 commit a2e6639

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

src/makefiles/linux/linux.base.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ Set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_NDEBUG")
133133
# correctly...
134134
# ------------------------------------------------------------------
135135
Set(SOURCEPYTHON_LINK_LIBRARIES_RELEASE
136-
${PYTHONSDK_LIB}/libpython3.6m.a
137-
${PYTHONSDK_LIB}/libpython3.6m.so.1.0
138-
${BOOSTSDK_LIB}/libboost_python.a
136+
${PYTHONSDK_LIB}/libpython3.13.a
137+
${PYTHONSDK_LIB}/libpython3.13.so.1.0
138+
${BOOSTSDK_LIB}/libboost_python3.13.a
139139
${DYNAMICHOOKSSDK_LIB}/libDynamicHooks.a
140-
${ASMJITSDK_LIB}/libAsmJit.a
140+
${ASMJITSDK_LIB}/libasmjit.a
141141
${DYNCALLSDK_LIB}/libdyncall_s.a
142142
${DYNCALLSDK_LIB}/libdyncallback_s.a
143143
${DYNCALLSDK_LIB}/libdynload_s.a
266 KB
Binary file not shown.
-496 KB
Binary file not shown.
558 KB
Binary file not shown.
-25.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)