andrewrk / andrewrk/libsoundio
Vcxproj for sio_sine gets MSBuild syntax error
Đang mở
- Ngôn ngữ chính
- C
- Star
- 2.1k
- Fork
- 254
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
In the vcxproj file for sio_sine, the AdditionalDependencies lines end up looking like this:
`...;advapi32;Debug\soundio.lib; .lib`
which msbuild calls a syntax error.
This happens because of this line in CMakeLists.txt:
https://github.com/andrewrk/libsoundio/blob/master/CMakeLists.txt#L206
The solution is to remove the spurious blank space:
`set(LIBM "")`
Do you want a pull request?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.