andrewrk / andrewrk/libsoundio
Vcxproj for sio_sine gets MSBuild syntax error
Aperta
- Lingua principale
- C
- Stelle
- 2.1k
- Fork
- 254
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.