mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-29 04:50:42 +00:00
- allow use of external libvpx library on windows
This commit is contained in:
parent
218b0cfb03
commit
0c71cc4b38
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ if( WIN32 )
|
||||||
odbccp32
|
odbccp32
|
||||||
|
|
||||||
# this local library crap needs to go away. Sadly there doesn't seem to be anything to get a working libvpx that doesn't force linking with MinGW dependencies.
|
# this local library crap needs to go away. Sadly there doesn't seem to be anything to get a working libvpx that doesn't force linking with MinGW dependencies.
|
||||||
libvpx
|
#libvpx
|
||||||
libcompat-to-msvc
|
#libcompat-to-msvc
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue