Compiling panda without python rocket.

i usually just build panda with makepanda --everything --threads 8 and remove a few other things.I want to use rocket in c++ without having to call python,i read that you need to build without HAVE_ROCKET_PYTHON i have librocket built without python already but when panda is built i get the same problem .

do i need to change something in makepanda to remove this setting or do i need to use ppremake?

You can use the --override setting in makepanda to change this definition manually. Something like --override HAVE_ROCKET_PYTHON=UNDEF