Fix ruby include paths for config.h, on amd64
This commit is contained in:
parent
95daa78ef7
commit
f520b5a32e
4
mkxp.pro
4
mkxp.pro
|
@ -172,8 +172,8 @@ BINDING_MRUBY {
|
|||
|
||||
BINDING_MRI {
|
||||
LIBS += ./ruby/libruby.so
|
||||
INCLUDEPATH += ruby/include
|
||||
DEPENDPATH += ruby/include
|
||||
INCLUDEPATH += ruby/include ruby/.ext/include/x86_64-linux # need i386 paths here too!
|
||||
DEPENDPATH += ruby/include ruby/.ext/include/x86_64-linux
|
||||
DEFINES += BINDING_MRI
|
||||
|
||||
# EMBED2 = binding-mri/module_rpg.rb
|
||||
|
|
Loading…
Reference in New Issue