|
|
@@ -749,8 +749,8 @@ if (COMPILER=="GCC"):
|
|
|
SmartPkgEnable("PYTHON", "", SDK["PYTHONVERSION"], (SDK["PYTHONVERSION"], SDK["PYTHONVERSION"] + "/Python.h"), tool = SDK["PYTHONVERSION"] + "-config", framework = "Python")
|
|
|
|
|
|
if (RTDIST):
|
|
|
- SmartPkgEnable("WX", tool = "wx-config")
|
|
|
- SmartPkgEnable("FLTK", "", ("fltk"), ("Fl/Fl.H"), tool = "fltk-config")
|
|
|
+ SmartPkgEnable("WX", tool = "wx-config")
|
|
|
+ SmartPkgEnable("FLTK", "", ("fltk"), ("FL/Fl.H"), tool = "fltk-config")
|
|
|
|
|
|
if GetTarget() != 'darwin':
|
|
|
# CgGL is covered by the Cg framework, and we don't need X11 components on OSX
|