Description:
Fix debug command take IV.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r335:80b44025a919 -

@@ -14,6 +14,5
14 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release
14 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release
15 # - cp fnalibs/x64/* isometric-park-fna/bin/Release/
15 # - cp fnalibs/x64/* isometric-park-fna/bin/Release/
16 - cp -r fnalibs/lib64 isometric-park-fna/bin/Release/
16 - cp -r fnalibs/lib64 isometric-park-fna/bin/Release/
17 - ls -a
17 - cd isometric-park-fna/bin/Release/netcoreapp3.1; ls "../../../../fnalibs/lib64"
18 - cd isometric-park-fna/bin/Release/netcoreapp3.1; ls "../../../fnalibs/lib64"
18 - cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" dotnet ./isometric-park-fna.dll
19 - cd isometric-park-fna/bin/Release/netcoreapp3.1; LD_LIBRARY_PATH="../../../fnalibs/lib64" DYLD_LIBRARY_PATH="../../../../fnalibs/osx" dotnet ./isometric-park-fna.dll
You need to be logged in to leave comments. Login now