You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix PhysX HTML5 build more.
#jira UE-72203 #rb Benn.Gallagher #fyi Nick.Shin [CL 5711098 by Satchit Subramanian in Main branch]
This commit is contained in:
@@ -5,10 +5,10 @@ include(../common/CMakeLists.txt)
|
||||
|
||||
|
||||
IF(NOT DEFINED TARGET_BUILD_PLATFORM) # Not defined, default to HTML5
|
||||
SET(TARGET_BUILD_PLATFORM "HTML5")
|
||||
SET(TARGET_BUILD_PLATFORM "html5")
|
||||
ENDIF()
|
||||
|
||||
SET(PLATFORM_LIST HTML5)
|
||||
SET(PLATFORM_LIST html5)
|
||||
|
||||
IF (NOT ${TARGET_BUILD_PLATFORM} IN_LIST PLATFORM_LIST)
|
||||
MESSAGE(FATAL_ERROR "Invalid platform:" ${TARGET_BUILD_PLATFORM})
|
||||
|
||||
Reference in New Issue
Block a user