From 41a3be1f661aa6af1a9175a0877396e9eeae9083 Mon Sep 17 00:00:00 2001 From: hgy Date: Sun, 9 Jul 2017 18:50:07 +0800 Subject: [PATCH] add support for ubuntu --- tools/fix-ubuntu-build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tools/fix-ubuntu-build.sh diff --git a/tools/fix-ubuntu-build.sh b/tools/fix-ubuntu-build.sh new file mode 100755 index 0000000..d8a70c1 --- /dev/null +++ b/tools/fix-ubuntu-build.sh @@ -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