set correct paths for ndll for linxuarm and linuxarm64 (raspberrypi)
and remove conflicting legacy includepaths in build.xml
This commit is contained in:
@@ -107,6 +107,14 @@ class HTML5Helper
|
||||
{
|
||||
suffix += "32";
|
||||
}
|
||||
else if( System.hostArchitecture == ARMV7)
|
||||
{
|
||||
suffix += "Arm";
|
||||
}
|
||||
else if( System.hostArchitecture == ARM64)
|
||||
{
|
||||
suffix += "Arm64";
|
||||
}
|
||||
else
|
||||
{
|
||||
suffix += "64";
|
||||
|
||||
Reference in New Issue
Block a user