We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a333fa commit 4328eb9Copy full SHA for 4328eb9
CMakeLists.txt
@@ -58,7 +58,7 @@ target_link_libraries(elite builder meta red scanner lex lua exiconv
58
if (CMAKE_BUILD_TYPE EQUAL "Debug")
59
target_link_libraries(elite oolua_d)
60
else()
61
- target_link_libraries(elite oolua_d)
+ target_link_libraries(elite oolua)
62
endif()
63
64
appveyor.yml
@@ -13,7 +13,7 @@ install:
13
before_build:
14
- mkdir build
15
- cd build
16
- - cmake -DLLVM_SDK_PATH="C:/projects/elite/LLVM_SDK" -DLLVM_VERSION=3.7 ..
+ - cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TEST=ON -DLLVM_SDK_PATH="C:/projects/elite/LLVM_SDK" -DLLVM_VERSION=3.7 ..
17
18
build_script:
19
- msbuild /p:Configuration=Release "deps.vcxproj"
0 commit comments