Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4440583
compile.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
651 B
Referenced Files
None
Subscribers
None
compile.sh
View Options
#!/bin/bash
set
-e
.
"
$(
dirname
"
$0
"
)
/common.sh"
cd
"
$SCRIPT_DIR
"
export
PKG_CONFIG_PATH
=
"
$DEPS_DIR
/lib/pkgconfig:
$PKG_CONFIG_PATH
"
tlsuv_wrap
=
"
$SCRIPT_DIR
/vendor/tlsuv.wrap"
tlsuv_dir
=
"
$(
awk
-F
'='
'/^directory[[:space:]]*=/{gsub(/[[:space:]]/, "", $2); print $2; exit}'
"
$tlsuv_wrap
"
)
"
if
[
-z
"
$tlsuv_dir
"
]
;
then
echo
"Failed to resolve tlsuv directory from
$tlsuv_wrap
"
>
&
2
exit
1
fi
tlsuv_prefix
=
"
$BUILD_DIR
/vendor/
$tlsuv_dir
/deps"
mkdir
-p
"
$BUILD_DIR
/vendor/
$tlsuv_dir
"
rm
-rf
"
$tlsuv_prefix
"
cp
-RL
"
$BUILD_DIR
/deps"
"
$tlsuv_prefix
"
meson
setup
build
--prefer-static
-Ddeps_prefix_cmake
=
"
$tlsuv_prefix
"
"
$@
"
meson
compile
-C
build
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Sat, May 2, 8:40 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
542320
Default Alt Text
compile.sh (651 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment