Skip to content

Commit

Permalink
readme vol2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Sep 22, 2023
1 parent e332adf commit f70cfbe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions unreal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Just change `option`, `architecture` and `implementation` with the same values y

> Note that this step is temporary until we enchant our build system that is quite obsolete and need maintenance. We are aware of it.
for example:
```cs
static string option = "posix";
static string architecture = "posix";
static string option = "sync";
```

In the end you have to import module in your your project as follow:

- `<UnrealProject>.Target.cs` and `<UnrealProject>Editor.Target.cs`
Expand Down

0 comments on commit f70cfbe

Please sign in to comment.