mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user