Skip to content

Commit

Permalink
Revert: install binder to CMAKE_INSTALL_BINDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin committed Jul 10, 2024
1 parent a4e13b1 commit bde1fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ cmake.define.LLVM_ENABLE_PROJECTS = "clang"

# Wheel configuration
wheel.packages = ["binder"]
wheel.install-dir = "binder"
wheel.py-api = "py2.py3"
wheel.expand-macos-universal-tags = true

Expand Down
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ else()
endif()
install(TARGETS binder
PERMISSIONS WORLD_EXECUTE WORLD_READ OWNER_WRITE OWNER_READ OWNER_EXECUTE
DESTINATION binder/bin COMPONENT binder)
DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT binder)

0 comments on commit bde1fe9

Please sign in to comment.