Remove value in EXTERNAL_LIB_PATH from previous commit
This commit is contained in:
parent
0b7fdbf8e1
commit
1da5418a3a
|
|
@ -7,7 +7,7 @@ option(SHARED_FLUID "Dynamically link fluidsynth at build time" OFF)
|
||||||
option(WORKDIR_CURRENT "Keep current directory on startup" OFF)
|
option(WORKDIR_CURRENT "Keep current directory on startup" OFF)
|
||||||
option(FORCE32 "Force 32bit compile on 64bit OS" OFF)
|
option(FORCE32 "Force 32bit compile on 64bit OS" OFF)
|
||||||
set(BINDING "MRI" CACHE STRING "The Binding Type (MRI, NULL)")
|
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 ##
|
## Misc setup ##
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue