diff options
| author | 2023-01-21 09:36:03 -0600 | |
|---|---|---|
| committer | 2023-01-21 09:36:03 -0600 | |
| commit | d8d1de2dcb25cdf14185b2fead35f2148d9feae7 (patch) | |
| tree | c362e51f510f79e7d9a472bb8790cfaa38b2d8c0 /meson.build | |
| parent | Merge pull request #1056 from fd00/use-dev-urandom-on-cygwin (diff) | |
Don't compile library loading code on windows if it is disabled.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 53fc82d4..9da32926 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ project('janet', 'c', default_options : ['c_std=c99', 'build.c_std=c99', 'b_lundef=false', 'default_library=both'], - version : '1.26.0') + version : '1.26.1') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') |
