-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
When adding a library in the Khafile like this:
project.addLibrary("D:/dev/armsdk/armory");The hxml define looks like this:
-D D:/dev/armsdk/armory
instead of this:
-D armory
This is especially problematic when the Khafile uses absolute paths and is automatically generated like Armory does it. The flag will likely be different on different machines so there is no way to use it properly in the code.
Lines 207 to 208 in 25a96e9
| addLibrary(library: string): string { | |
| this.addDefine(library); |
Link with armory3d/armory#1858 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels