mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
10 lines
101 B
Bash
Executable File
10 lines
101 B
Bash
Executable File
if [ -z "$CARP" ]
|
|
then
|
|
if [ -z "$NIX_CC" ]
|
|
then
|
|
stack build
|
|
else
|
|
cabal build
|
|
fi
|
|
fi
|