We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04fdd74 + 4dbe19c commit 5b3d7b6Copy full SHA for 5b3d7b6
CMakeLists.txt
@@ -164,13 +164,13 @@ else()
164
add_custom_command(
165
COMMAND make
166
WORKING_DIRECTORY ${jemalloc_targ_SOURCE_DIR}
167
- OUTPUT ${jemalloc_targ_SOURCE_DIR}/lib/libjemalloc.la
+ OUTPUT ${jemalloc_targ_SOURCE_DIR}/lib/libjemalloc.a
168
DEPENDS ${jemalloc_targ_SOURCE_DIR}/Makefile)
169
170
COMMAND make install
171
172
OUTPUT ${jemalloc_targ_BINARY_DIR}/lib/libjemalloc.a
173
- DEPENDS ${jemalloc_targ_SOURCE_DIR}/lib/libjemalloc.la)
+ DEPENDS ${jemalloc_targ_SOURCE_DIR}/lib/libjemalloc.a)
174
175
add_custom_target(jemalloc_prod
176
DEPENDS ${jemalloc_targ_BINARY_DIR}/lib/libjemalloc.a)
0 commit comments