1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-17 18:59:56 +00:00

Add b_lundef=false for meson build.

This commit is contained in:
Calvin Rose 2019-06-04 23:58:04 -04:00
parent 5734e02034
commit cc1ff9125a

View File

@ -18,7 +18,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
project('janet', 'c', default_options : ['c_std=c99'], version : '1.0.0')
project('janet', 'c', default_options : ['c_std=c99', 'b_lundef=false'],
version : '1.0.0')
# Global settings
janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet')