arm64 fixes
This commit is contained in:
@@ -13,7 +13,7 @@ public class GameTarget : GameProjectTarget
|
||||
OutputName = "Goake";
|
||||
Win32ResourceFile = @"C:\dev\GoakeFlax\Source\goake.rc";
|
||||
IsPreBuilt = false;
|
||||
Architectures = new TargetArchitecture[] { TargetArchitecture.x64 };
|
||||
Architectures = new TargetArchitecture[] { TargetArchitecture.x64, TargetArchitecture.ARM64 };
|
||||
Platforms = new TargetPlatform[] { TargetPlatform.Windows, TargetPlatform.Linux };
|
||||
|
||||
// Monolithic build only seems to work on Windows for now?
|
||||
|
||||
Reference in New Issue
Block a user