mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
fix : xmake build _lib empty
This commit is contained in:
@@ -30,5 +30,11 @@ set_config("buildir", "build.xmake")
|
||||
add_cflags("-fPIC", "-pipe")
|
||||
add_cxxflags("-fPIC", "-pipe", "-Wno-invalid-offsetof")
|
||||
|
||||
after_clean(function (target)
|
||||
os.rm(get_config("workflow_inc"))
|
||||
os.rm(get_config("workflow_lib"))
|
||||
os.rm("$(buildir)")
|
||||
end)
|
||||
|
||||
includes("src", "test", "benchmark", "tutorial")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user