mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 07:45:33 +01: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"])
|