mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
fix paths used in gdextension example
fixes godotengine#7044
This commit is contained in:
@@ -349,9 +349,9 @@ loaded for each platform and the entry function for the module. It is called ``g
|
||||
|
||||
[libraries]
|
||||
|
||||
linux.64="res://demo/bin/libgdexample.linux.64.so"
|
||||
windows.x86_64="res://demo/bin/libgdexample.windows.x86_64.dll"
|
||||
macos="res://demo/bin/libgdexample.macos.framework"
|
||||
linux.64="res://bin/libgdexample.linux.64.so"
|
||||
windows.x86_64="res://bin/libgdexample.windows.x86_64.dll"
|
||||
macos="res://bin/libgdexample.macos.framework"
|
||||
|
||||
This file contains a ``configuration`` section that controls the entry function of the module.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user