Skip to content

Commit

Permalink
add linux for inspector support
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Sep 6, 2023
1 parent 61cf2bc commit 4c0df7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unreal/Puerts/Source/JsEnv/Private/V8InspectorImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define USING_UE 0
#endif

#if (PLATFORM_WINDOWS || PLATFORM_MAC || WITH_INSPECTOR) && !defined(WITHOUT_INSPECTOR)
#if (PLATFORM_WINDOWS || PLATFORM_MAC || PLATFORM_LINUX || WITH_INSPECTOR) && !defined(WITHOUT_INSPECTOR)

#include "V8InspectorImpl.h"

Expand Down

0 comments on commit 4c0df7c

Please sign in to comment.