Revert change to example.cpp library loading
This commit is contained in:
parent
2e769d81cf
commit
3c7b0ea069
@ -68,7 +68,7 @@ void take_shared_ptr(const std::shared_ptr<const std::string> &p)
|
||||
int main(int /*argc*/, char * /*argv*/[]) {
|
||||
using namespace chaiscript;
|
||||
|
||||
ChaiScript chai(chaiscript::Std_Lib::library());
|
||||
ChaiScript chai;
|
||||
|
||||
|
||||
//Create a new system object and share it with the chaiscript engine
|
||||
|
Loading…
x
Reference in New Issue
Block a user