Skip to content

Commit

Permalink
Merge pull request #133 from zowe/fix/v3/use-new-caa-launcher
Browse files Browse the repository at this point in the history
Use new caa location for launcher
  • Loading branch information
JoeNemo authored Oct 23, 2024
2 parents ba1da6c + 259478a commit ccf43a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to the Zowe Launcher package will be documented in this file.
This repo is part of the app-server Zowe Component, and the change logs here may appear on Zowe.org in that section.

## 3.1
- Bugfix: HEAPPOOLS and HEAPPOOLS64 no longer need to be set to OFF for launcher (#133)

## 2.17.0
- Using configmgr to create the component list rather than zwe. (#117)

Expand Down
1 change: 1 addition & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ xlclang \
-D_OPEN_THREADS=1 \
-DNOIBMHTTP=1 \
-DLE_MAX_SUPPORTED_ZOS=0x01030100u \
-DNEW_CAA_LOCATIONS=1 \
-DUSE_ZOWE_TLS=1 \
-I "${LAUNCHER}/src/msg.h" \
-I "${DEPS_DESTINATION}/${COMMON}/h" \
Expand Down

0 comments on commit ccf43a7

Please sign in to comment.