Remove ARCHIVE files from package

This created an unnecessary pawnc.lib file in the lib folder. It's
not required to use the compiler.

See #166.
This commit is contained in:
Zeex 2017-05-01 12:34:29 +06:00
parent 43cd36b891
commit ad6bc39dc1

View File

@ -139,8 +139,7 @@ endif()
# Install compiler and disassembler binaries
install(TARGETS pawnc pawncc pawndisasm
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
LIBRARY DESTINATION lib)
if(MSVC)
# If building with Microsoft Visual C++ also install corresponding
# Program Database files (for debugging)