Skip to content

Commit

Permalink
check [3]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 16, 2025
1 parent 478cff3 commit e51dc94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,11 @@ endif(IS_GNU)
# Ruby

if(IS_DARWIN)
set(RUBY_L_FLAGS "-L${DEPS_LIB_DIR} -L${CMAKE_CURRENT_BINARY_DIR}")
else(IS_DARWIN)
set(RUBY_L_FLAGS "")
else(IS_DARWIN)
set(RUBY_L_FLAGS "-L${DEPS_LIB_DIR} -L${CMAKE_CURRENT_BINARY_DIR}")
endif(IS_DARWIN)

set(RUBY_L_FLAGS "-L${DEPS_LIB_DIR} -L${CMAKE_CURRENT_BINARY_DIR}")
set(RUBY_C_FLAGS "-fPIC -I${DEPS_INCLUDE_DIR} -I${CMAKE_CURRENT_SOURCE_DIR}/include")

# Shadow
Expand Down

0 comments on commit e51dc94

Please sign in to comment.