Skip to content

Commit

Permalink
Update 64bit build patch for nw58 and above.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardLaszlo committed Dec 10, 2021
1 parent c9c9619 commit 741b427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-nwjs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ PATCH
+ ['OS=="linux" and target_arch=="arm64" and <(building_nw)==1', {
+ 'sysroot': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_sid_arm64-sysroot',
+ }],
['openssl_fips != ""', {
'openssl_product': '<(STATIC_LIB_PREFIX)crypto<(STATIC_LIB_SUFFIX)',
}, {
['OS=="mac"', {
'clang%': 1,
'obj_dir%': '<(PRODUCT_DIR)/obj.target',
@@ -584,6 +587,10 @@
'cflags': [ '--target=arm-linux-gnueabihf' ],
'ldflags': [ '--target=arm-linux-gnueabihf' ],
Expand Down

0 comments on commit 741b427

Please sign in to comment.