Skip to content

Commit e1aa4c0

Browse files
committed
fix: re-enable LC_UUID
1 parent 9fd8aa7 commit e1aa4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API/hermes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if(APPLE AND HERMES_BUILD_APPLE_FRAMEWORK)
9292
target_link_options(libhermes PUBLIC "-fembed-bitcode")
9393
endif()
9494
# Strip the LC_UUID from the framework binary
95-
target_link_options(libhermes PRIVATE "-Wl,-no_uuid")
95+
# target_link_options(libhermes PRIVATE "-Wl,-no_uuid")
9696
# Define the deployment target in the frameworks metadata
9797
if(HERMES_APPLE_TARGET_PLATFORM MATCHES "iphone")
9898
add_custom_command(TARGET libhermes POST_BUILD

0 commit comments

Comments
 (0)