diff options
Diffstat (limited to 'tup.config')
-rw-r--r-- | tup.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tup.config b/tup.config new file mode 100644 index 0000000..226a926 --- /dev/null +++ b/tup.config @@ -0,0 +1,4 @@ +CONFIG_CC=cc +CONFIG_FLATPAK=false +CONFIG_INSTALL_PREFIX=./app +CONFIG_BUILD_DIR=./build |