Add a simple CI workflow for compiling Cytoplasm. #27
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -18,7 +18,7 @@ LIBS="-lm -pthread"
|
|||
|
||||
|
||||
# Set default args for all platforms
|
||||
SCRIPT_ARGS="--cc=cc --prefix=/usr/local --enable-ld-extra --lib-name=Cytoplasm --lib-version=0.4.1 --static $@"
|
||||
SCRIPT_ARGS="--cc=cc --prefix=/usr/local --enable-ld-extra --lib-name=Cytoplasm --lib-version=0.4.1 $@"
|
||||
|
||||
# Set platform specific args
|
||||
case "$(uname)" in
|
||||
|
|
Loading…
Reference in a new issue