mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
12 lines
196 B
C++
12 lines
196 B
C++
|
|
#define CHAISCRIPT_NO_THREADS
|
|
|
|
/// ChaiScript as a static is unsupported with thread support enabled
|
|
///
|
|
|
|
#include <chaiscript/chaiscript.hpp>
|
|
|
|
static chaiscript::ChaiScript chai;
|
|
|
|
int main() {}
|