Skip to content

Commit 959f128

Browse files
author
rdeioris
committed
support for upcoming linux dlopen() refactoring
1 parent 000c94c commit 959f128

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Source/UnrealEnginePython/Private/UnrealEnginePython.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
void unreal_engine_init_py_module();
66

7+
#if UNREAL_ENGINE_PYTHON_ON_LINUX
8+
const char *ue4_module_options = "linux_global_symbols";
9+
#endif
10+
711
#if PY_MAJOR_VERSION < 3
812
char *PyUnicode_AsUTF8(PyObject *py_str) {
913
if (PyUnicode_Check(py_str)) {

0 commit comments

Comments
 (0)