Cambiar la ruta de compilación de scons
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
parent
17530e09f2
commit
fe7d0893a3
@ -5,10 +5,11 @@ env.Append(CPPPATH="src/")
|
||||
src = Glob("src/*.cpp")
|
||||
|
||||
if env["platform"] == "linux":
|
||||
libpath = "../libtest{}{}".format( env["suffix"], env["SHLIBSUFFIX"] )
|
||||
libpath = "../build/libtest{}{}".format( env["suffix"], env["SHLIBSUFFIX"] )
|
||||
sharedlib = env.SharedLibrary(libpath, src)
|
||||
Default(sharedlib)
|
||||
elif env["platform"] == "windows":
|
||||
pass
|
||||
elif env["platform"] == "android":
|
||||
pass
|
||||
|
||||
Default(sharedlib)
|
||||
|
@ -4,4 +4,4 @@ entry_symbol = "test_library_init"
|
||||
|
||||
[libraries]
|
||||
|
||||
linux.debug.x86_64 = "res://libtest.linux.template_debug.x86_64.so"
|
||||
linux.debug.x86_64 = "res://build/libtest.linux.template_debug.x86_64.so"
|
||||
|
Loading…
Reference in New Issue
Block a user