Skip to content

Commit

Permalink
Fix name with two hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
jongough committed May 9, 2022
1 parent d69919a commit 34187a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/PluginConfigure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ else()
set(PKG_BUILT_WITH_GTK "${PKG_TARGET_GTK}")
endif(NOT WIN32 AND NOT APPLE AND NOT QT_ANDROID)

set(PKG_BUILD_GTK "-${PKG_TARGET_GTK}")
if(NOT "${PKG_TARGET_GTK}" STREQUAL "")
set(PKG_TARGET_GTK "-${PKG_TARGET_GTK}")
set(PKG_BUILD_GTK "-${PKG_TARGET_GTK}")
endif()

set(PKG_TARGET_FULL "${PKG_TARGET}${PKG_TARGET_GTK}${PKG_TARGET_ARCH}${PKG_TARGET_WX_VER}")
Expand Down

0 comments on commit 34187a4

Please sign in to comment.