Skip to content

Commit

Permalink
util: Add more path locations for different build types.
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed May 18, 2024
1 parent 7445769 commit e5311c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions openage/util/dll.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,22 @@

# openage.dll locations (relative to this file)
DEFAULT_OPENAGE_DLL_DIRs = [
"../../libopenage/Debug",
"../../libopenage/Release",
"../../libopenage/RelWithDebInfo",
"../../libopenage/MinSizeRel",
]

# nyan.dll locations (relative to this file)
DEFAULT_NYAN_DLL_DIRS = [
"../../../../nyan/build/nyan/Debug",
"../../../../nyan/build/nyan/Release",
"../../../../nyan/build/nyan/RelWithDebInfo",
"../../../../nyan/build/nyan/MinSizeRel",
"../../nyan-external/bin/nyan/Debug",
"../../nyan-external/bin/nyan/Release",
"../../nyan-external/bin/nyan/RelWithDebInfo",
"../../nyan-external/bin/nyan/MinSizeRel",
]


Expand Down

0 comments on commit e5311c1

Please sign in to comment.