1
0
mirror of https://github.com/janet-lang/janet synced 2026-06-06 20:52:15 +00:00

Add -fPIC to default cflags when building boot image.

This commit is contained in:
Calvin Rose
2020-08-02 13:52:21 -05:00
parent b564087db0
commit 3563e7e1aa
5 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -28,9 +28,9 @@
#define JANET_VERSION_MAJOR 1
#define JANET_VERSION_MINOR 11
#define JANET_VERSION_PATCH 1
#define JANET_VERSION_PATCH 2
#define JANET_VERSION_EXTRA ""
#define JANET_VERSION "1.11.1"
#define JANET_VERSION "1.11.2"
/* #define JANET_BUILD "local" */