]> sigrok.org Git - pulseview.git/commitdiff
Initial build fixes for Windows/MinGW.
authorUwe Hermann <redacted>
Thu, 11 Oct 2012 14:50:46 +0000 (16:50 +0200)
committerUwe Hermann <redacted>
Thu, 11 Oct 2012 21:04:51 +0000 (23:04 +0200)
All pkg-config --cflags and --libs invocations need an additional --static
on Windows/MinGW. As cmake runs pkg-config both, with and without the
--static option, and stores the results with --static in *_STATIC_*
variables, we simply use those variables instead of the usual ones.


No differences found