diff --git a/SConstruct b/SConstruct index 0e230ce..99de333 100644 --- a/SConstruct +++ b/SConstruct @@ -50,6 +50,7 @@ elif env["platform"] == "windows": ) env.Append(LIBS=['LeapC']) env.Append(LIBPATH = ['C:/Program Files/Ultraleap/LeapSDK/lib/x64']) + env.Append(CPPPATH = ["C:/Program Files/Ultraleap/LeapSDK/include"]) elif env["platform"] == "android": print("Android is not supported yet") exit(1)