Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions config/linux-settings.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@
# need to be compiled with the correct compilation flags
'target_conditions':
[
[
'_type' == "executable" or '_type == "loadable_module" or _type == "shared_library" or (_type == "static_library" and library_for_module != 0)',
{
'cflags':
[
'-fPIC',
],
},
],
[
'server_mode == 0',
{
Expand Down Expand Up @@ -100,6 +91,7 @@

'cflags':
[
'-fPIC',
'-fstrict-aliasing',
'-fvisibility=hidden',
],
Expand Down
2 changes: 1 addition & 1 deletion prebuilt/scripts/lib_versions.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REM # This file sets the libraries versions defined in versions/

FOR %%L in (OpenSSL ICU CEF Curl) DO (
FOR %%L in (Thirdparty OpenSSL ICU CEF Curl) DO (
SET PREBUILT_LIB=%%L
SET /P !PREBUILT_LIB!_VERSION=<versions\!PREBUILT_LIB!
IF EXIST "versions\!PREBUILT_LIB!_buildrevision" (
Expand Down
1 change: 1 addition & 0 deletions prebuilt/versions/thirdparty_buildrevision
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PIC