Skip to content

Commit

Permalink
fixup! Update cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Jun 30, 2020
1 parent 018720a commit 804b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ExternalProject_Add(libmp3lame
if (APPLE)
# https://stackoverflow.com/a/9499796
# without this clang tries to target -march=i486 which fails
set(LIBMAD_ARGS ${COMMON_ARGS} --target x86_64-apple-darwin10.9.0)
set(LIBMAD_ARGS ${COMMON_ARGS} x86_64-apple-darwin10.9.0)
else()
set(LIBMAD_ARGS ${COMMON_ARGS})
endif()
Expand Down

0 comments on commit 804b0df

Please sign in to comment.