diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-16 20:13:33 -0400 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-16 20:35:52 -0400 |
| commit | 2369acc3e0331df5aa44ed4393b261f8d470daeb (patch) | |
| tree | 6644e39c6370461b547d62b6a7b276bcdf8ea0de | |
| parent | aaa5e8c70e6bc42272d8b20e66cfde5c5daa3def (diff) | |
Additional fixes
| -rw-r--r-- | OTRExporter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OTRExporter/Makefile b/OTRExporter/Makefile index 954b183..1c6d230 100644 --- a/OTRExporter/Makefile +++ b/OTRExporter/Makefile @@ -46,6 +46,7 @@ INC_DIRS := $(addprefix -I, \ ../../libultraship/libultraship \ ../../libultraship/libultraship/Lib/spdlog/include \ ../../libultraship/libultraship/Lib/Fast3D/U64 \ + ../../StormLib/src \ ) # create build directories |
