Skip to content
Snippets Groups Projects
Commit df4c252d authored by Thomas Guillem's avatar Thomas Guillem
Browse files

contrib: d3d9: get more wine

On Debian Buster, the idl include path is located on /usr/include/wine/wine/

This fixes the "Unable to open include file unknwn.idl" error.
parent 234c3186
No related branches found
No related tags found
No related merge requests found
# generate Direct3D9 temporary include
ifdef HAVE_CROSS_COMPILE
IDL_INC_PATH = -I/usr/include/wine/windows/
IDL_INC_PATH = -I/usr/include/wine/windows/ -I/usr/include/wine/wine/windows/
else
#ugly way to get the default location of standard idl files
IDL_INC_PATH = -I/`echo $(MSYSTEM) | tr A-Z a-z`/$(BUILD)/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment