Skip to content

Commit ccf43a7

Browse files
authored
Merge pull request #133 from zowe/fix/v3/use-new-caa-launcher
Use new caa location for launcher
2 parents ba1da6c + 259478a commit ccf43a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
All notable changes to the Zowe Launcher package will be documented in this file.
44
This repo is part of the app-server Zowe Component, and the change logs here may appear on Zowe.org in that section.
55

6+
## 3.1
7+
- Bugfix: HEAPPOOLS and HEAPPOOLS64 no longer need to be set to OFF for launcher (#133)
8+
69
## 2.17.0
710
- Using configmgr to create the component list rather than zwe. (#117)
811

build/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ xlclang \
107107
-D_OPEN_THREADS=1 \
108108
-DNOIBMHTTP=1 \
109109
-DLE_MAX_SUPPORTED_ZOS=0x01030100u \
110+
-DNEW_CAA_LOCATIONS=1 \
110111
-DUSE_ZOWE_TLS=1 \
111112
-I "${LAUNCHER}/src/msg.h" \
112113
-I "${DEPS_DESTINATION}/${COMMON}/h" \

0 commit comments

Comments
 (0)