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