Skip to content

Commit

Permalink
Disable naot for crosscompile demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Feb 23, 2024
1 parent 0f433f0 commit 9d66801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ void PublishFor(string rid, string fileExtension = "") {
.SetProperty("DebugType", "none")
.EnableSelfContained()
.EnablePublishSingleFile()
.SetProperty("PublishAot", false)
.SetRuntime(rid));

var binaryFile = (DemoDir / "Material.Demo" + fileExtension).ToFileInfo();
Expand Down

0 comments on commit 9d66801

Please sign in to comment.