aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2025-06-26 17:38:24 +0200
committerPjotr Prins2025-06-26 17:38:24 +0200
commit5da8f9d671f2a578c6cce284efcb3d6e595b07d4 (patch)
treeb3b74474af78c640b799bc6eb4d577ca7ee8f5a7
parent97576d7cedc6398931c5436c342c74926462fd8c (diff)
downloadpangemma-5da8f9d671f2a578c6cce284efcb3d6e595b07d4.tar.gz
premake: instruction in header
-rw-r--r--premake5.lua1
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" }