mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
d83adfdf5c
Add a muse configuration
4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#! /bin/sh
|
|
./autogen.sh -s
|
|
env CPPFLAGS="-DDEV_MODE=1" ./configure --disable-dependency-tracking
|