mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +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
|
||||
|
||||
# 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
|
||||
libcompat-to-msvc
|
||||
#libvpx
|
||||
#libcompat-to-msvc
|
||||
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue