Skip to content

Commit

Permalink
BLD: Try building static libraries, no vsenv
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jul 2, 2023
1 parent f2c1e04 commit 3e700d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ build-backend = "mesonpy"
setup = ['-Dwith_pybind11=True',
'-Dhighsint64=False',
'-Dwrap_mode=forcefallback',
'--vsenv',
'-Dlayout=flat',
'-Ddefault-library=static',
]
dist = ['--include-subprojects']

Expand Down

0 comments on commit 3e700d1

Please sign in to comment.