Corrected wrong MRUBY_PACKAGE_DIR

ref. #6064
This commit is contained in:
dearblue
2023-09-25 21:50:31 +09:00
parent 15bb6a9f9b
commit c805d4dbba
+1 -1
View File
@@ -41,7 +41,7 @@ MRuby.each_target do
open(t.name, 'w') do |f|
f.puts <<~FLAGS_MAKE
# GNU make is required to use this file.
MRUBY_PACKAGE_DIR_GNU := $(shell dirname "$(firstword $(MAKEFILE_LIST))")
MRUBY_PACKAGE_DIR_GNU := $(shell dirname "$(lastword $(MAKEFILE_LIST))")
MRUBY_PACKAGE_DIR != dirname "$(MRUBY_PACKAGE_DIR_GNU)"
FLAGS_MAKE