mirror of https://github.com/aamine/cbc
add support for ubuntu
This commit is contained in:
parent
f339ad28bc
commit
41a3be1f66
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# replace c runtime object path for debian/ubuntu
|
||||
sed -i "s/\/usr\/lib/\/usr\/lib\/i386-linux-gnu/" net/loveruby/cflat/sysdep/GNULinker.java
|
||||
Loading…
Reference in New Issue