mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 17:31:08 +00:00
Fixed handling of Examples Data Path
This commit is contained in:
parent
02fcd2fc80
commit
72d39054db
BIN
Build/Build.exe
BIN
Build/Build.exe
Binary file not shown.
|
@ -73,7 +73,7 @@ namespace OpenTK.Build
|
||||||
Directory.GetCurrentDirectory().LastIndexOf("Build"));
|
Directory.GetCurrentDirectory().LastIndexOf("Build"));
|
||||||
Directory.SetCurrentDirectory(RootPath);
|
Directory.SetCurrentDirectory(RootPath);
|
||||||
SourcePath = Path.Combine(RootPath, "Source");
|
SourcePath = Path.Combine(RootPath, "Source");
|
||||||
DataSourcePath = Path.Combine(SourcePath, "Examples\\Data");
|
DataSourcePath = Path.Combine(SourcePath, Path.Combine("Examples", "Data"));
|
||||||
|
|
||||||
// Workaroung for nant on x64 windows (safe for other platforms too, as this affects
|
// Workaroung for nant on x64 windows (safe for other platforms too, as this affects
|
||||||
// only the current process).
|
// only the current process).
|
||||||
|
|
Loading…
Reference in a new issue