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:
parent
43cd36b891
commit
ad6bc39dc1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user