Add build script for eb
This commit is contained in:
parent
10541239d5
commit
3e7b31df1d
7
zig/build_eb.sh
Executable file
7
zig/build_eb.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
pushd eb
|
||||
./configure --disable-shared --disable-ebnet --disable-nls
|
||||
pushd eb
|
||||
make
|
||||
popd
|
||||
popd
|
Loading…
Reference in New Issue
Block a user