Add libdarm submodule and build script
This commit is contained in:
parent
e5d04e1e52
commit
0bdd1b6d64
|
@ -34,4 +34,7 @@
|
|||
url = https://github.com/llvm/llvm-project.git
|
||||
[submodule "waterbox/dobie/dobiestation"]
|
||||
path = waterbox/dobie/dobiestation
|
||||
url = https://github.com/nattthebear/DobieStation.git
|
||||
url = https://github.com/nattthebear/DobieStation.git
|
||||
[submodule "submodules/libdarm"]
|
||||
path = submodules/libdarm
|
||||
url = https://github.com/jbremer/darm.git
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$0")/../../submodules/libdarm"
|
||||
make
|
||||
cp "libdarm.so" "../../Assets/dll"
|
|
@ -0,0 +1 @@
|
|||
Subproject commit cadffa77bf15e4ac3f8051e60c1ccefcc836e62b
|
Loading…
Reference in New Issue