aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/janet
diff options
context:
space:
mode:
authorGravatar DavidKorczynski <david@adalogics.com>2020-07-19 20:53:25 +0100
committerGravatar GitHub <noreply@github.com>2020-07-19 12:53:25 -0700
commit0d5e8c72e47c42449b4098d63b263c01ba4aef70 (patch)
treef6ff7e1e661af161b5722f0fd38605893baba024 /projects/janet
parent077c2b5aed556f9d2efbfe44cf34ae214223d62b (diff)
Fixed the build script of janet. (#4156)
Diffstat (limited to 'projects/janet')
-rwxr-xr-xprojects/janet/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/janet/build.sh b/projects/janet/build.sh
index 3ef222ff..06273077 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