mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 23:48:58 +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"])
|