Skip to content

Commit 4328eb9

Browse files
committed
fix fix fix fix
Signed-off-by: sxf <sun_xfancy@163.com>
1 parent 7a333fa commit 4328eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ target_link_libraries(elite builder meta red scanner lex lua exiconv
5858
if (CMAKE_BUILD_TYPE EQUAL "Debug")
5959
target_link_libraries(elite oolua_d)
6060
else()
61-
target_link_libraries(elite oolua_d)
61+
target_link_libraries(elite oolua)
6262
endif()
6363

6464

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
before_build:
1414
- mkdir build
1515
- cd build
16-
- cmake -DLLVM_SDK_PATH="C:/projects/elite/LLVM_SDK" -DLLVM_VERSION=3.7 ..
16+
- cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TEST=ON -DLLVM_SDK_PATH="C:/projects/elite/LLVM_SDK" -DLLVM_VERSION=3.7 ..
1717

1818
build_script:
1919
- msbuild /p:Configuration=Release "deps.vcxproj"

0 commit comments

Comments
 (0)