mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
Update main.cpp
This commit is contained in:
parent
4909a7f61b
commit
6863f63a8f
@ -3,7 +3,12 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
#include "pocketpy_c.h"
|
||||
#if __has_include("pocketpy_c.h")
|
||||
#include "pocketpy_c.h"
|
||||
#else
|
||||
// for amalgamated build
|
||||
#include "pocketpy.h"
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user