Skip to content

Commit 398140b

Browse files
committed
Pin DART_BRIDGE_VERSION to 1.2.3 for Linux (DT_RPATH $ORIGIN)
1 parent 41751be commit 398140b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/serious_python_linux/linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(PYTHON_ARCH ${CMAKE_HOST_SYSTEM_PROCESSOR})
1717
if(DEFINED ENV{DART_BRIDGE_VERSION})
1818
set(DART_BRIDGE_VERSION "$ENV{DART_BRIDGE_VERSION}")
1919
else()
20-
set(DART_BRIDGE_VERSION "1.2.2")
20+
set(DART_BRIDGE_VERSION "1.2.3")
2121
endif()
2222
project(${PROJECT_NAME} LANGUAGES CXX)
2323

0 commit comments

Comments
 (0)