Add hashlink as a submodule.
This commit is contained in:
@@ -417,6 +417,10 @@ class LinuxPlatform extends PlatformTarget
|
||||
}
|
||||
}
|
||||
|
||||
if(targetFlags.exists("hl")) {
|
||||
CPPHelper.rebuild(project, commands, null, "BuildHashlink.xml");
|
||||
}
|
||||
|
||||
CPPHelper.rebuild(project, commands);
|
||||
}
|
||||
|
||||
|
||||
@@ -379,6 +379,11 @@ class MacPlatform extends PlatformTarget
|
||||
}
|
||||
}
|
||||
|
||||
if (targetFlags.exists("hl"))
|
||||
{
|
||||
CPPHelper.rebuild(project, commands, null, "BuildHashlink.xml");
|
||||
}
|
||||
|
||||
CPPHelper.rebuild(project, commands);
|
||||
}
|
||||
|
||||
|
||||
@@ -685,6 +685,11 @@ class WindowsPlatform extends PlatformTarget
|
||||
}
|
||||
}
|
||||
|
||||
if (targetFlags.exists("hl"))
|
||||
{
|
||||
CPPHelper.rebuild(project, commands, null, "BuildHashlink.xml");
|
||||
}
|
||||
|
||||
CPPHelper.rebuild(project, commands);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user