Skip to content

Commit 824d501

Browse files
committed
Change libpath in binding_to_external_libraries
1 parent d8a2cf9 commit 824d501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/core_and_modules/binding_to_external_libraries.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ environment's paths:
172172
# This is a path relative to /modules/tts/ where your .a libraries reside.
173173
# If you are compiling the module externally (not in the godot source tree),
174174
# these will need to be full paths.
175-
env.Append(LIBPATH=['libpath'])
175+
env.Append(LIBPATH=[Dir('libpath').abspath])
176176
177177
# Check with the documentation of the external library to see which library
178178
# files should be included/linked.

0 commit comments

Comments
 (0)