Skip to content

Commit

Permalink
chore: Fix path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Aug 28, 2024
1 parent 0745446 commit f1c7ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ elseif(UNIX)
target_link_libraries(Millennium "$ENV{HOME}/.pyenv/versions/3.11.8/lib/libpython3.11.dylib")
else()
if (GITHUB_ACTION_BUILD)
target_link_libraries(Millennium "$ENV{HOME}/Documents/LibPython/libpython-3.11.8.so")
else()
target_link_libraries(Millennium "$ENV{HOME}/.millennium/libpython-3.11.8.so")
else()
target_link_libraries(Millennium "$ENV{HOME}/Documents/LibPython/libpython-3.11.8.so")
endif()
endif()
endif()

0 comments on commit f1c7ed8

Please sign in to comment.