Skip to content

Commit

Permalink
πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Sep 5, 2024
1 parent 875b687 commit ee1aab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webgpu/scripts/build/static_build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ index 046a6af10d..5a63ac3d6d 100644
+ if(${CMAKE_SYSTEM_NAME} STREQUAL "iOS" OR ${CMAKE_SYSTEM_NAME} STREQUAL "visionOS")
+ add_library(${output_target} STATIC ${all_objects})
+ else()
+ add_library(${output_target} STATIC ${all_objects}) # Default to STATIC for other platforms
+ add_library(${output_target} SHARED ${all_objects}) # Default to STATIC for other platforms
+ endif()
add_dependencies(${output_target} ${ARGN})

Expand Down

0 comments on commit ee1aab0

Please sign in to comment.