microsoft / microsoft/mimalloc
install folder for .dll in mingw (msys2)
- Dominant language
- C
- Stars
- 13.4k
- Forks
- 1.2k
- Avg merge
- 4d 45m
- Merged PRs (30d)
- 13
Description
How can I change the default dynamic library installation folder (for .dll), it is currently installed in the `mingw64/lib` folder and I would like this library to be in `mingw64/bin `?
```
-GNinja \
-DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the project's CMake installation configuration and how -DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} maps library artifacts under MSYS2/MinGW. Confirm the intended .dll destination and whether the current layout is deliberate. Done means documenting or implementing a supported way to install the DLL in mingw64/bin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, cmake
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100