Skip to content

Commit

Permalink
Merge pull request #1887 from hurzhurz/sunos
Browse files Browse the repository at this point in the history
add platform.hpp for solaris
  • Loading branch information
minrk authored Jul 27, 2023
2 parents 588627e + d1ab574 commit 93cdeaf
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildutils/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ def stage_platform_hpp(zmqroot):
platform_dir = pjoin(HERE, 'include_freebsd')
elif sys.platform.startswith('linux-armv'):
platform_dir = pjoin(HERE, 'include_linux-armv')
elif sys.platform.startswith('sunos'):
platform_dir = pjoin(HERE, 'include_sunos')
else:
# check for musl (alpine)
from packaging import tags
Expand Down
Loading

0 comments on commit 93cdeaf

Please sign in to comment.