소스 검색

oatpp-websocket: Enable test library linking (#2728)

Chi Huu Huynh 1 년 전
부모
커밋
d217a1d8a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/o/oatpp-websocket/xmake.lua

+ 1 - 1
packages/o/oatpp-websocket/xmake.lua

@@ -22,7 +22,7 @@ package("oatpp-websocket")
     end)
 
     on_install("linux", "macosx", "windows|x64", function (package)
-        local configs = {"-DOATPP_BUILD_TESTS=OFF" , "-DOATPP_LINK_TEST_LIBRARY=OFF"}
+        local configs = {"-DOATPP_BUILD_TESTS=OFF"}
         table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
         table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))
         if package:is_plat("windows") then