Skip to content

Commit

Permalink
Fix CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudejoe870 committed Apr 3, 2024
1 parent 56c9343 commit c840ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ set_property(TARGET libopenmpt APPEND_STRING PROPERTY LINK_FLAGS ${GODOT_LINKER_
# Comment this out and compile if you really need to debug what libopenmpt is doing
# (you probably don't)
if(NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC" AND CMAKE_BUILD_TYPE MATCHES Debug)
set_property(TARGET ${PROJECT_NAME} APPEND_STRING PROPERTY COMPILE_FLAGS "-g")
set_property(TARGET ${PROJECT_NAME} APPEND_STRING PROPERTY COMPILE_FLAGS " -g")
endif()

# Create the correct name (godot.os.build_type.system_bits)
Expand Down

0 comments on commit c840ab6

Please sign in to comment.