mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
4 lines
88 B
Bash
Executable file
4 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
P=`pwd`/libatomic_ops-install
|
|
cd libatomic_ops-*[0-9]
|
|
./configure --prefix=$P
|