Browse Source

Fix https cmake code

Alex Szpakowski 3 years ago
parent
commit
596f927e0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -1553,7 +1553,7 @@ if(MSVC)
 	)
 endif()
 
-add_library(love_3p_luahttps $${LOVE_SRC_3P_LUAHTTPS})
+add_library(love_3p_luahttps ${LOVE_SRC_3P_LUAHTTPS})
 target_link_libraries(love_3p_luahttps ${LOVE_LUA_LIBRARY} ${LOVE_LINK_L3P_LUAHTTPS})
 
 #