mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Move API header into include directory.
It's a more standard location. Also add a note in the API docs about masterlist versioning.
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ function createApiArchive(dest_path) {
|
||||
// API header file.
|
||||
fs.mkdirsSync(path.join(temp_path, 'include', 'loot'));
|
||||
fs.copySync(
|
||||
path.join(root_path, 'src', 'api', 'api.h'),
|
||||
path.join(root_path, 'include', 'loot', 'api.h'),
|
||||
path.join(temp_path, 'include', 'loot', 'api.h')
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user