mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
6 lines
197 B
Text
6 lines
197 B
Text
|
|
#!/bin/bash -ex
|
||
|
|
|
||
|
|
mkdir -p "$ANALYZED_OBJDIR"
|
||
|
|
cd "$ANALYZED_OBJDIR"
|
||
|
|
$SOURCE/js/src/configure --enable-debug --enable-optimize --enable-stdcxx-compat --enable-ctypes --enable-nspr-build
|
||
|
|
make -j12 -s
|