mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
OpenCL: More windows support and some unfinished work
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4380 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -41,7 +41,7 @@ env_vcommon = env.Clone()
|
||||
|
||||
if env_vcommon['HAVE_OPENCL']:
|
||||
files += [
|
||||
'OpenCL/TextureDecoder.cpp',
|
||||
'OpenCL/OCLTextureDecoder.cpp',
|
||||
]
|
||||
|
||||
env_vcommon.Append(CXXFLAGS = [ '-fPIC' ])
|
||||
|
Reference in New Issue
Block a user