mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
6 lines
80 B
Python
6 lines
80 B
Python
|
# -*- python -*-
|
||
|
|
||
|
Import('env')
|
||
|
|
||
|
env['CPPPATH'] += ['#Externals/CLRun/include']
|