diff options
author | Pjotr Prins | 2025-06-26 17:38:24 +0200 |
---|---|---|
committer | Pjotr Prins | 2025-06-26 17:38:24 +0200 |
commit | 5da8f9d671f2a578c6cce284efcb3d6e595b07d4 (patch) | |
tree | b3b74474af78c640b799bc6eb4d577ca7ee8f5a7 | |
parent | 97576d7cedc6398931c5436c342c74926462fd8c (diff) | |
download | pangemma-5da8f9d671f2a578c6cce284efcb3d6e595b07d4.tar.gz |
premake: instruction in header
-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" } |