diff options
author | Pjotr Prins | 2025-06-27 12:27:16 +0200 |
---|---|---|
committer | Pjotr Prins | 2025-06-27 12:27:16 +0200 |
commit | 10d264572460c9e4bac22ae73674e478d46f2308 (patch) | |
tree | a533b9759f5b7fd0d80046c0ca55e1b0eaa1d700 /premake5.lua | |
parent | f380f7aaf66d0fc39b9d47b93bd9ba3f69eef26e (diff) | |
download | pangemma-10d264572460c9e4bac22ae73674e478d46f2308.tar.gz |
Diffstat (limited to 'premake5.lua')
-rw-r--r-- | premake5.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index 4502e74..c5cf597 100644 --- a/premake5.lua +++ b/premake5.lua @@ -13,6 +13,11 @@ -- Run -- -- LD_LIBRARY_PATH=$GUIX_ENVIRONMENT/lib ./build/bin/Debug/PanGemma +-- +-- Next we start using the API from guile with +-- +-- env LD_LIBRARY_PATH=./build/bin/Debug/:$GUIX_ENVIRONMENT/lib guile +-- (load-extension "libgemmalib" "init_module") workspace "PanGemma" configurations { "Debug", "Release" } |