forked from KolibriOS/kolibrios
Autobuild: use (only?) double dots operator to interpolate strings
git-svn-id: svn://kolibrios.org@8723 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -8,7 +8,8 @@ function add_include(dir)
|
||||
end
|
||||
if tup.getconfig("TUP_PLATFORM") == "win32"
|
||||
then env_prefix = "set INCLUDE=$(INCLUDES)&&"
|
||||
else env_prefix = "INCLUDE='$(INCLUDES)' "
|
||||
-- else env_prefix = "INCLUDE='$(INCLUDES)' "
|
||||
else env_prefix = "INCLUDE='" .. INCLUDES .. "' "
|
||||
end
|
||||
FASM = env_prefix .. FASM_DEFAULT
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user