File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ macro_judgement = #if defined(AX_ENABLE_AUDIO) && (AX_TARGET_PLATFORM == AX_PLA
1111
1212ax_headers = -I%(axdir)s -I%(axdir)s/core -I%(axdir)s/core/platform/android -I%(axdir)s/3rdparty -I%(axdir)s/3rdparty/yasio -I%(axdir)s/3rdparty/fmt/include -I%(axdir)s/3rdparty/jni.hpp/include -I%(axdir)s/3rdparty/robin-map/include -I%(axdir)s/3rdparty/glad/include -I%(axdir)s/3rdparty/box2d/include
1313
14- ax_flags =
14+ ax_flags =
1515
1616# extra arguments for clang
17- evaluated_args = %(clang_flags)s %(android_flags)s %(ax_headers)s %(ax_flags)s %(extra_flags)s
17+ evaluated_args = %(clang_flags)s %(android_flags)s %(ax_headers)s %(ax_flags)s %(extra_flags)s
1818
1919# what headers to parse
2020headers = %(axdir)s/core/audio/AudioEngine.h
@@ -30,14 +30,14 @@ classes = AudioEngine AudioProfile
3030# will apply to all class names. This is a convenience wildcard to be able to skip similar named
3131# functions from all classes.
3232
33- skip = AudioEngine::[setFinishCallback]
33+ skip = AudioEngine::[setFinishCallback setReverbProperties ]
3434
3535rename_functions = AudioEngine::[end =endToLua]
3636
3737rename_classes =
3838
3939# for all class names, should we remove something when registering in the target VM?
40- remove_prefix =
40+ remove_prefix =
4141
4242# classes for which there will be no "parent" lookup
4343classes_have_no_parents = AudioEngine AudioProfile
You can’t perform that action at this time.
0 commit comments