2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

nodejs: drop KISS_ROOT usage

This commit is contained in:
illiliti 2022-03-28 13:45:48 +03:00 committed by Wolf Gupta
parent 157fea4966
commit 955c676064

View File

@ -3,10 +3,10 @@
# Fix build when libatomic.so does not exist in the system.
# This may be provided by compiler-rt which requires no additional
# linker flags to be used.
[ -r "$KISS_ROOT/usr/lib/libatomic.so" ] || {
case $("$CC" -print-file-name=libatomic.so) in */*) ;; *)
sed 's/-latomic//' node.gyp > _
mv -f _ node.gyp
}
esac
./configure \
--shared-zlib \