mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove scons-related files
This commit is contained in:
17
Externals/CLRun/SConscript
vendored
17
Externals/CLRun/SConscript
vendored
@ -1,17 +0,0 @@
|
||||
# -*- python -*-
|
||||
|
||||
Import('env')
|
||||
import sys
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
Return()
|
||||
|
||||
files = [
|
||||
'clrun/clrun.c',
|
||||
'clrun/dynamiclib.c',
|
||||
'clrun/gencl.c',
|
||||
'clrun/genclgl.c',
|
||||
]
|
||||
|
||||
env['CPPPATH'] += ['#Externals/CLRun/include']
|
||||
env['LIBS'] += env.StaticLibrary('clrun', files)
|
Reference in New Issue
Block a user