mirror of
https://github.com/boostorg/beast.git
synced 2025-06-25 03:51:36 +02:00
9 lines
102 B
Bash
Executable File
9 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export VARIANT=ubasan
|
|
export TOOLSET=clang
|
|
export TRAVIS=0
|
|
export BOOST_ROOT="`pwd`"
|
|
|
|
"$1"
|