ruby-changes:71839
From: Nobuyoshi <ko1@a...>
Date: Tue, 17 May 2022 12:15:02 +0900 (JST)
Subject: [ruby-changes:71839] 2411f0ad8c (master): Set `target_os` for a7577dbfd3ea53cccf7aaf94208069784ad17791
https://git.ruby-lang.org/ruby.git/commit/?id=2411f0ad8c From 2411f0ad8cf608d6aae221ce4d803b5c5271795a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 17 May 2022 12:11:18 +0900 Subject: Set `target_os` for a7577dbfd3ea53cccf7aaf94208069784ad17791 --- template/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/template/Makefile.in b/template/Makefile.in index dc843f14ba..9a2fa1c93a 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -49,6 +49,7 @@ libdir = @libdir@ https://github.com/ruby/ruby/blob/trunk/template/Makefile.in#L49 libexecdir = @libexecdir@ datarootdir = @datarootdir@ datadir = @datadir@ +target_os = @target_os@ arch = @arch@ sitearch = @sitearch@ sitedir = @sitedir@ -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/