1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 01:55:02 -07:00

Add a muse configuration (#987)

Add a muse configuration
This commit is contained in:
Thomas M. DuBuisson 2020-08-01 08:16:09 -07:00 committed by GitHub
parent 7e9095bcc5
commit d83adfdf5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

2
.muse/config.toml Normal file
View File

@ -0,0 +1,2 @@
setup = ".muse/setup.sh"
build = "make"

3
.muse/setup.sh Executable file
View File

@ -0,0 +1,3 @@
#! /bin/sh
./autogen.sh -s
env CPPFLAGS="-DDEV_MODE=1" ./configure --disable-dependency-tracking