File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -1316,13 +1316,8 @@ tool "slangd"
1316
1316
filter (" files:source/slang/slang-stdlib-api.cpp" )
1317
1317
-- Note! Has to be an absolute path else doesn't work(!)
1318
1318
buildoutputs { absOutputPath }
1319
- local f = getWinArm64Filter (true )
1320
- table.insert (f , " files:source/slang/slang-stdlib-api.cpp" )
1321
- filter (f )
1322
- buildinputs { getWinArm64BuildDir (true ) .. ' /slangc-bootstrap' .. executableSuffix }
1323
- buildcommands {' "' .. getWinArm64BuildDir (true ) .. ' /slangc-bootstrap" -archive-type riff-lz4 -save-stdlib-bin-source "%{file.directory}/slang-stdlib-generated.h"' }
1324
- f = getWinArm64Filter (false )
1325
- table.insert (f , " files:source/slang/slang-stdlib-api.cpp" )
1319
+ filter (" files:source/slang/slang-stdlib-api.cpp" )
1320
+
1326
1321
filter (f )
1327
1322
buildinputs { " %{cfg.targetdir}/slangc-bootstrap" .. executableSuffix }
1328
1323
buildcommands { ' "%{cfg.targetdir}/slangc-bootstrap" -archive-type riff-lz4 -save-stdlib-bin-source "%{file.directory}/slang-stdlib-generated.h"' }
You can’t perform that action at this time.
0 commit comments