type-section-rework #6

Merged
sashakoshka merged 46 commits from type-section-rework into main 2022-09-17 10:36:27 -06:00
Showing only changes of commit ea92decfe7 - Show all commits

View File

@ -12,7 +12,7 @@ author "Sasha Koshka"
license "GPLv3" license "GPLv3"
require "` + filepath.Join(cwd, "./some/local/module") + `" require "` + filepath.Join(cwd, "./some/local/module") + `"
require "/some/absolute/path/to/someModule" require "/some/absolute/path/to/someModule"
require "/usr/include/arf/someLibraryInstalledInStandardLocation" require "/usr/local/include/arf/someLibraryInstalledInStandardLocation"
--- ---
`, test) `, test)
} }