Remove value in EXTERNAL_LIB_PATH from previous commit

This commit is contained in:
Vinyl Darkscratch 2016-12-12 23:26:45 -08:00
parent 0b7fdbf8e1
commit 1da5418a3a

View file

@ -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 ##