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 compiler and disassembler binaries
|
||||||
install(TARGETS pawnc pawncc pawndisasm
|
install(TARGETS pawnc pawncc pawndisasm
|
||||||
RUNTIME DESTINATION bin
|
RUNTIME DESTINATION bin
|
||||||
LIBRARY DESTINATION lib
|
LIBRARY DESTINATION lib)
|
||||||
ARCHIVE DESTINATION lib)
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
# If building with Microsoft Visual C++ also install corresponding
|
# If building with Microsoft Visual C++ also install corresponding
|
||||||
# Program Database files (for debugging)
|
# Program Database files (for debugging)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user