mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-01 01:13:53 +00:00
6 lines
147 B
Python
6 lines
147 B
Python
|
Import('env')
|
||
|
output = "../../../../Binary/linux/Plugins/padsimple.so"
|
||
|
files = ["main.cpp",
|
||
|
]
|
||
|
env.SharedLibrary(output, files, LIBS=["common"])
|