mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Remove scons-related files
This commit is contained in:
9
Externals/LZO/SConscript
vendored
9
Externals/LZO/SConscript
vendored
@ -1,9 +0,0 @@
|
||||
# -*- python -*-
|
||||
|
||||
Import('env')
|
||||
|
||||
if env.has_key('shared_lzo') and env['shared_lzo']:
|
||||
Return()
|
||||
|
||||
env['CPPPATH'] += ['#Externals/LZO']
|
||||
env['LIBS'] += env.StaticLibrary('lzo2', 'minilzo.c')
|
Reference in New Issue
Block a user