mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
Remove value in EXTERNAL_LIB_PATH from previous commit
This commit is contained in:
parent
0b7fdbf8e1
commit
1da5418a3a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ option(SHARED_FLUID "Dynamically link fluidsynth at build time" OFF)
|
|||
option(WORKDIR_CURRENT "Keep current directory on startup" OFF)
|
||||
option(FORCE32 "Force 32bit compile on 64bit OS" OFF)
|
||||
set(BINDING "MRI" CACHE STRING "The Binding Type (MRI, NULL)")
|
||||
set(EXTERNAL_LIB_PATH "/usr/local/opt/ruby21" CACHE PATH "External precompiled lib prefix")
|
||||
set(EXTERNAL_LIB_PATH "" CACHE PATH "External precompiled lib prefix")
|
||||
|
||||
## Misc setup ##
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue