Skip to content

Commit

Permalink
Naming flub for osx again.
Browse files Browse the repository at this point in the history
  • Loading branch information
enetheru committed Nov 4, 2024
1 parent 3f3920f commit 1fb72db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set_target_properties( godot-cpp-test
OUTPUT_NAME "gdexample.${GODOT_PLATFORM}.${GODOT_TARGET}.${GODOT_ARCH}"
)

if( CMAKE_SYSTEM_PLATFORM STREQUAL Darwin )
if( CMAKE_SYSTEM_NAME STREQUAL Darwin )
get_target_property( OSX_ARCH godot-cpp::template_release OSX_ARCHITECTURES )

set( OUTPUT_DIR "${OUTPUT_DIR}/libgdexample.macos.template_release.framework")
Expand Down

0 comments on commit 1fb72db

Please sign in to comment.