We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d564b commit fbc1628Copy full SHA for fbc1628
premake5.lua
@@ -16,8 +16,8 @@ workspace "MTASA"
16
17
dxdir = os.getenv("DXSDK_DIR") or ""
18
includedirs {
19
+ "vendor",
20
"Shared/sdk",
- "vendor"
21
}
22
23
defines {
@@ -28,7 +28,7 @@ workspace "MTASA"
28
29
-- Helper function for output path
30
buildpath = function(p) return "%{wks.location}../Bin/"..p.."/" end
31
- copy = function(p) return "{COPY} %{cfg.buildtarget.abspath} %{wks.location}../Bin/"..p end
+ copy = function(p) return "{COPY} %{cfg.buildtarget.abspath} %{wks.location}../Bin/"..p.."/" end
32
33
filter "platforms:x86"
34
architecture "x86"
0 commit comments