diff options
-rw-r--r-- | premake5.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index ec0dd9b..ad10760 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,6 +1,7 @@ -- Run with -- -- premake5 gmake && make -j 8 +-- LD_LIBRARY_PATH=$GUIX_ENVIRONMENT/lib ./build/bin/Debug/PanGemma workspace "PanGemma" configurations { "Debug", "Release" } |