mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-31 21:58:51 +03:00
Specify dependencies libs explicitly.
Such setup is better for cross compilation. Also changed Makefile to properly make the project with these libraries.
This commit is contained in:
11
deps/libmnl/src/internal.h
vendored
Normal file
11
deps/libmnl/src/internal.h
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef INTERNAL_H
|
||||
#define INTERNAL_H 1
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_VISIBILITY_HIDDEN
|
||||
# define EXPORT_SYMBOL __attribute__((visibility("default")))
|
||||
#else
|
||||
# define EXPORT_SYMBOL
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user