From 0d5e8c72e47c42449b4098d63b263c01ba4aef70 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Sun, 19 Jul 2020 20:53:25 +0100 Subject: [PATCH] Fixed the build script of janet. (#4156) --- projects/janet/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/janet/build.sh b/projects/janet/build.sh index 3ef222ff9..062730779 100755 --- a/projects/janet/build.sh +++ b/projects/janet/build.sh @@ -14,6 +14,7 @@ # limitations under the License. # ################################################################################ +export CFLAGS="$CFLAGS -fPIC" cd janet make