diff options
| author | 2020-09-12 10:02:01 -0500 | |
|---|---|---|
| committer | 2020-09-12 10:02:01 -0500 | |
| commit | d3182dce5115d6836cf86dbdeef889b46db33491 (patch) | |
| tree | 74ac0506c54fe9b7d79cf11d71911e68c3e07a1c /meson.build | |
| parent | Add header on BSDs. (diff) | |
| parent | Fix some typos. (diff) | |
Merge branch 'master' into ev
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 6ea23793..32eec637 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ project('janet', 'c', default_options : ['c_std=c99', 'b_lundef=false', 'default_library=both'], - version : '1.11.4') + version : '1.12.2') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') @@ -72,6 +72,7 @@ conf.set('JANET_STACK_MAX', get_option('stack_max')) conf.set('JANET_NO_UMASK', not get_option('umask')) conf.set('JANET_NO_REALPATH', not get_option('realpath')) conf.set('JANET_NO_PROCESSES', not get_option('processes')) +conf.set('JANET_SIMPLE_GETLINE', get_option('simple_getline')) if get_option('os_name') != '' conf.set('JANET_OS_NAME', get_option('os_name')) endif |
